Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2011, 10:50:18 PM (13 years ago)
Author:
rgrieder
Message:

Remove some extra code that removes warnings in older GCC versions (< 4.0) that nobody uses anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib2/src/libraries/util/CMakeLists.txt

    r8320 r8340  
    4040)
    4141
    42 IF(GCC_NO_SYSTEM_HEADER_SUPPORT)
    43   # Get around displaying a few hundred lines of warning code
    44   SET_SOURCE_FILES_PROPERTIES(MultiType.cc PROPERTIES COMPILE_FLAGS "-w")
    45 ENDIF()
    4642IF(MSVC)
    4743  # Simply using #pragma warning(disable:4244) doesn't really disable it
Note: See TracChangeset for help on using the changeset viewer.