Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2010, 8:27:21 PM (14 years ago)
Author:
rgrieder
Message:

Never insert even the tiniest thing that is for sure certain without testing…
Also fixed two typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/CompilerConfigGCC.cmake

    r5702 r7416  
    7676ENDIF()
    7777
    78 # We have some uncoformant code, disable an optimisation feature
     78# We have some unconformant code, disable an optimisation feature
    7979ADD_COMPILER_FLAGS("-fno-strict-aliasing" CACHE)
    8080
    81 # For GCC older than version 4, do not display sign compare warings
     81# For GCC older than version 4, do not display sign compare warnings
    8282# because of boost::filesystem (which creates about a hundred per include)
    8383ADD_COMPILER_FLAGS("-Wno-sign-compare" GCC_NO_SYSTEM_HEADER_SUPPORT CACHE)
Note: See TracChangeset for help on using the changeset viewer.