Revision: 54932
http://brlcad.svn.sourceforge.net/brlcad/?rev=54932&view=rev
Author: brlcad
Date: 2013-03-28 05:23:08 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
don't turn off all warnings, just make them not be errors
Modified Paths:
--------------
brlcad/trunk/src/libpc/CMakeLists.txt
Modified: brlcad/trunk/src/libpc/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libpc/CMakeLists.txt 2013-03-28 05:21:55 UTC (rev
54931)
+++ brlcad/trunk/src/libpc/CMakeLists.txt 2013-03-28 05:23:08 UTC (rev
54932)
@@ -8,9 +8,9 @@
# it until the boost issue is handled
string(TOUPPER "${CMAKE_BUILD_TYPE}" BUILD_TYPE)
if(BUILD_TYPE)
- set(CMAKE_CXX_FLAGS_${BUILD_TYPE} "${CMAKE_CXX_FLAGS_${BUILD_TYPE}} -w")
+ set(CMAKE_CXX_FLAGS_${BUILD_TYPE} "${CMAKE_CXX_FLAGS_${BUILD_TYPE}}
-Wno-error")
else(BUILD_TYPE)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -w")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error")
endif(BUILD_TYPE)
# Include directories needed by libpc users
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game
on Steam. $5K grand prize plus 10 genre and skill prizes.
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits