Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2011, 12:22:19 AM (13 years ago)
Author:
rgrieder
Message:

Fixed MSVC warnings in Convert.h in a different fashion that doesn't require CMake code.

File:
1 edited

Legend:

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

    r8558 r8676  
    4242)
    4343
    44 IF(MSVC)
    45   # Simply using #pragma warning(disable:4244) doesn't really disable it
    46   # if the warning occurs in a template in another file
    47   # Hence promote it manually to a higher warning level (4)
    48   SET_SOURCE_FILES_PROPERTIES(MultiType.cc PROPERTIES COMPILE_FLAGS "-w44244")
    49 ENDIF()
    50 
    5144ORXONOX_ADD_LIBRARY(util
    5245  FIND_HEADER_FILES
Note: See TracChangeset for help on using the changeset viewer.