Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2008, 9:39:57 PM (16 years ago)
Author:
rgrieder
Message:
  • replaced all String2Number with ConvertValue
  • replaced all tokenize with SubString
  • dealt with warnings under msvc
  • removed some warnings by placing casts
  • bugfix in audio: local variable pushed into member variable std::vector
  • updated StableHeaders.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/OrxonoxPlatform.h

    r1056 r1064  
    226226//#   pragma warning (disable : 4305)
    227227
    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'
    229229// 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)
    234231
    235232// disable: 'MultiTypeString' : multiple assignment operators specified
Note: See TracChangeset for help on using the changeset viewer.