Revision: 7788
http://playerstage.svn.sourceforge.net/playerstage/?rev=7788&view=rev
Author: gbiggs
Date: 2009-06-05 07:35:19 +0000 (Fri, 05 Jun 2009)
Log Message:
-----------
Set -Wall for all build types
Modified Paths:
--------------
code/player/trunk/CMakeLists.txt
Modified: code/player/trunk/CMakeLists.txt
===================================================================
--- code/player/trunk/CMakeLists.txt 2009-06-05 04:31:05 UTC (rev 7787)
+++ code/player/trunk/CMakeLists.txt 2009-06-05 07:35:19 UTC (rev 7788)
@@ -20,6 +20,10 @@
SET (PLAYER_API_VERSION 2.2 CACHE STRING "Player API version")
MESSAGE (STATUS "${PROJECT_NAME} version ${PLAYER_VERSION}")
+# Enable -Wall by default
+SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
+SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
+
# Set where to find our internal CMake scripts
SET (PLAYER_CMAKE_DIR ${PROJECT_SOURCE_DIR}/cmake CACHE PATH "Location of
CMake scripts")
# Get version components
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit