Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-12826

ReiserFs: Define __GCC__, which is not __GNUC__

    XMLWordPrintable

Details

    • February 2017

    Description

      __GNUC__ is set by GNU C. (standard)
      __GCC__ needs to be explicitly set. (custom)

      It looks like ReiserFS uses the later but ReactOS doesn't set it.
      I would guess reiserfs/CMakeLists.txt should add a "-D__GCC__".

      __GCC__ (grep)

      reactos/drivers/filesystems/reiserfs/inc/linux/reiserfs_fs.h
         5 #ifdef __GCC__
        88 #ifdef __GCC__
       131 #ifndef __GCC__
       ...
      reactos/drivers/filesystems/reiserfs/inc/reiserfs.h
         6 #ifdef __GCC__
        46 #ifndef __GCC__
       ...

      Attachments

        Activity

          People

            Heis Spiter Pierre Schweitzer
            Serge Gautherie Serge Gautherie
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: