Changeset 683
- Timestamp:
- Dec 25, 2007, 10:42:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/OrxonoxPlatform.h
r682 r683 223 223 224 224 225 #if O GRE_COMPILER == OGRE_COMPILER_MSVC225 #if ORXONOX_COMPILER == ORXONOX_COMPILER_MSVC 226 226 // Turn off warnings generated by long std templates 227 227 // This warns about truncation to 255 characters in debug/browse info … … 265 265 266 266 // disable: "conditional expression constant", always occurs on 267 // O GRE_MUTEX_CONDITIONAL when no threading enabled267 // ORXONOX_MUTEX_CONDITIONAL when no threading enabled 268 268 //# pragma warning (disable : 201) 269 269
Note: See TracChangeset
for help on using the changeset viewer.