Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 9, 2010, 3:36:51 PM (15 years ago)
Author:
rgrieder
Message:

This hopefully fixes some warnings with gcc 4.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/src/OrxonoxConfig.h.in

    r7401 r7514  
    158158#endif
    159159
    160 #cmakedefine HAVE_STDINT_H
    161 #ifdef HAVE_STDINT_H
     160// On OS X some headers already define HAVE_STDINT_H and that spits out
     161// some warnings. Therefore we use this syntax.
     162// Note: This requires some extra code in OrxonoxConfig.cmake
     163#if @HAVE_STDINT_H@
    162164#  include <stdint.h>
    163165#elif defined(ORXONOX_COMPILER_MSVC)
Note: See TracChangeset for help on using the changeset viewer.