Changeset 8340 for code/branches/kicklib2/src
- Timestamp:
- Apr 26, 2011, 10:50:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/src/libraries/util/CMakeLists.txt
r8320 r8340 40 40 ) 41 41 42 IF(GCC_NO_SYSTEM_HEADER_SUPPORT)43 # Get around displaying a few hundred lines of warning code44 SET_SOURCE_FILES_PROPERTIES(MultiType.cc PROPERTIES COMPILE_FLAGS "-w")45 ENDIF()46 42 IF(MSVC) 47 43 # Simply using #pragma warning(disable:4244) doesn't really disable it
Note: See TracChangeset
for help on using the changeset viewer.