Revision: 55652
http://sourceforge.net/p/brlcad/code/55652
Author: brlcad
Date: 2013-06-04 04:21:32 +0000 (Tue, 04 Jun 2013)
Log Message:
-----------
two more warnings to aspire to
Modified Paths:
--------------
brlcad/trunk/misc/CMake/BRLCAD_CompilerFlags.cmake
Modified: brlcad/trunk/misc/CMake/BRLCAD_CompilerFlags.cmake
===================================================================
--- brlcad/trunk/misc/CMake/BRLCAD_CompilerFlags.cmake 2013-06-04 04:20:02 UTC
(rev 55651)
+++ brlcad/trunk/misc/CMake/BRLCAD_CompilerFlags.cmake 2013-06-04 04:21:32 UTC
(rev 55652)
@@ -107,6 +107,14 @@
BRLCAD_CHECK_C_FLAG(Wshadow)
BRLCAD_CHECK_CXX_FLAG(Wshadow)
+# report where we throw away const
+# BRLCAD_CHECK_C_FLAG(Wcast-qual)
+# BRLCAD_CHECK_CXX_FLAG(Wcast-qual)
+
+# check for redundant declarations
+# BRLCAD_CHECK_C_FLAG(Wredundant-decls)
+# BRLCAD_CHECK_CXX_FLAG(Wredundant-decls)
+
# want C inline warnings, but versions of g++ (circa 4.7) spew
# unquellable bogus warnings on default constructors that we don't
# have access to (e.g., in opennurbs and boost), so turn them off
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits