Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 1, 2008, 2:00:08 PM (16 years ago)
Author:
rgrieder
Message:
  • removed warnings on msvc compiler
  • on msvc: loader is now built with orxonox, not as a separate library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/OrxonoxPlatform.h

    r768 r782  
    211211
    212212// disable: "conversion from 'double' to 'float', possible loss of data
    213 #   pragma warning (disable : 4244)
     213//#   pragma warning (disable : 4244)
    214214
    215215// disable: "conversion from 'size_t' to 'unsigned int', possible loss of data
    216 #   pragma warning (disable : 4267)
     216//#   pragma warning (disable : 4267)
    217217
    218218// disable: "truncation from 'double' to 'float'
     
    221221// disable: "<type> needs to have dll-interface to be used by clients'
    222222// Happens on STL member variables which are not public therefore is ok
    223 #   pragma warning (disable : 4251)
     223//#   pragma warning (disable : 4251)
    224224
    225225// disable: "non dll-interface class used as base for dll-interface class"
Note: See TracChangeset for help on using the changeset viewer.