Changeset 1064 for code/trunk/src/orxonox/OrxonoxPlatform.h
- Timestamp:
 - Apr 14, 2008, 9:39:57 PM (18 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          code/trunk/src/orxonox/OrxonoxPlatform.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/trunk/src/orxonox/OrxonoxPlatform.h
r1056 r1064 226 226 //# pragma warning (disable : 4305) 227 227 228 // disable: "<type> needs to have dll-interface to be used by clients'228 // set to level 4: "<type> needs to have dll-interface to be used by clients' 229 229 // Happens on STL member variables which are not public therefore is ok 230 // This has been dealt with in base_properties of the solution since the 231 // warning primarily occurs in library header files (which are mostly 232 // included before OrxonoxPlatform.h is) 233 //# pragma warning (disable : 4251) 230 # pragma warning (disable : 4251) 234 231 235 232 // disable: 'MultiTypeString' : multiple assignment operators specified  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






