Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7379


Ignore:
Timestamp:
Sep 8, 2010, 3:34:29 PM (14 years ago)
Author:
rgrieder
Message:

Removed MSVC warning about the preDestroy() method for now. Just for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/CompilerConfigMSVC.cmake

    r7247 r7379  
    105105ADD_COMPILER_FLAGS("-w44800" CACHE)
    106106
     107# TODO: Resolve the cause of this warning!
     108ADD_COMPILER_FLAGS("-w44250" CACHE)
     109
    107110# This warns about truncation to 255 characters in debug/browse info
    108111# ADD_COMPILER_FLAGS("-w44786 -w44503" CACHE)
Note: See TracChangeset for help on using the changeset viewer.