Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2007, 10:33:35 AM (18 years ago)
Author:
rgrieder
Message:
  • some unstable changes to CMLs
File:
1 edited

Legend:

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

    r729 r754  
    211211
    212212// disable: "conversion from 'double' to 'float', possible loss of data
    213 //#   pragma warning (disable : 4244)
     213#   pragma warning (disable : 4244)
     214
     215// disable: "conversion from 'size_t' to 'unsigned int', possible loss of data
     216#   pragma warning (disable : 4267)
    214217
    215218// disable: "truncation from 'double' to 'float'
Note: See TracChangeset for help on using the changeset viewer.