Skip to content
Snippets Groups Projects
  1. Oct 13, 2008
    • Yang Tse's avatar
      Adjust GCC warnings: · 3ad956e7
      Yang Tse authored
        Disable following warnings when cross-compiling with a gcc older
        than 3.0, to avoid warnings from third party system headers:
      
          -Wmissing-prototypes
          -Wunused
          -Wshadow
      3ad956e7
    • Yang Tse's avatar
      Adjust GCC --enable-warnings: · ca70beec
      Yang Tse authored
        Do not enable -pedantic when cross-compiling with a gcc older
        than 3.0, to avoid warnings from third party system headers.
      ca70beec
  2. Oct 12, 2008
    • Yang Tse's avatar
      adjust SGI MIPSpro C detection · 75893921
      Yang Tse authored
      75893921
    • Yang Tse's avatar
      LCC compiler adjustments: · ab861e56
      Yang Tse authored
        Highest warning level is double -A, next is single -A.
        Due to the big number of warnings these trigger on third
        party header files it is impratical for us to use any of
        them here. If you want them simply define it in CPPFLAGS.
      ab861e56
  3. Oct 11, 2008
  4. Oct 10, 2008
  5. Oct 09, 2008
  6. Oct 08, 2008
  7. Oct 07, 2008
  8. Oct 02, 2008
    • Yang Tse's avatar
      Initial attempt to support configure's --(dis|en)able-warnings · 2245ac2f
      Yang Tse authored
      option to specify dis(activation) of picky compiler warnings.
      
      If option is specified, it will be honored independant of the
      --(dis|en)able-debug option.
      
      If option is not specified, it will follow --(dis|en)able-debug
      setting, whose default is disabled if not specified.
      2245ac2f
Loading