Revision: 7823
http://playerstage.svn.sourceforge.net/playerstage/?rev=7823&view=rev
Author: gbiggs
Date: 2009-06-09 08:50:16 +0000 (Tue, 09 Jun 2009)
Log Message:
-----------
Turn off -Wall on SunPro.
Modified Paths:
--------------
code/player/trunk/CMakeLists.txt
Modified: code/player/trunk/CMakeLists.txt
===================================================================
--- code/player/trunk/CMakeLists.txt 2009-06-08 22:18:09 UTC (rev 7822)
+++ code/player/trunk/CMakeLists.txt 2009-06-09 08:50:16 UTC (rev 7823)
@@ -28,12 +28,12 @@
INCLUDE (${PLAYER_CMAKE_DIR}/internal/FindOS.cmake)
# Enable -Wall by default
-IF (NOT PLAYER_OS_WIN)
+IF (NOT PLAYER_OS_WIN AND NOT PLAYER_OS_SOLARIS)
# Using -Wall on Windows causes MSVC to produce thousands of warnings in
its
# own standard headers, dramatically slowing down the build.
SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
-ENDIF (NOT PLAYER_OS_WIN)
+ENDIF (NOT PLAYER_OS_WIN AND NOT PLAYER_OS_SOLARIS)
# Check the compiler version is OK
# INCLUDE (${PLAYER_CMAKE_DIR}/internal/CheckCompiler.cmake)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit