Revision: 55649
          http://sourceforge.net/p/brlcad/code/55649
Author:   brlcad
Date:     2013-06-04 03:56:57 +0000 (Tue, 04 Jun 2013)
Log Message:
-----------
revert r54119 by caen23 that made debug compilation also use gnu99 instead of 
gnu89.  as noted in the preceding comment, we intentionally compile with both 
to provoke more warnings.  need more info on the clang failures.

Revision Links:
--------------
    http://sourceforge.net/p/brlcad/code/54119

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/CompilerFlags.cmake

Modified: brlcad/trunk/misc/CMake/CompilerFlags.cmake
===================================================================
--- brlcad/trunk/misc/CMake/CompilerFlags.cmake 2013-06-04 03:38:52 UTC (rev 
55648)
+++ brlcad/trunk/misc/CMake/CompilerFlags.cmake 2013-06-04 03:56:57 UTC (rev 
55649)
@@ -257,7 +257,7 @@
 # and use gnu99 here - c99 has problems on Linux.
 # BRLCAD_CHECK_C_FLAG("std=gnu1x")
 BRLCAD_CHECK_C_FLAG("std=gnu99" BUILD_TYPES Release VARS C99_FLAG)
-BRLCAD_CHECK_C_FLAG("std=gnu99" BUILD_TYPES Debug VARS C99_FLAG)
+BRLCAD_CHECK_C_FLAG("std=gnu89" BUILD_TYPES Debug)
 
 # Silence check for unused arguments (used to silence clang warnings about
 # unused options on the command line). By default clang generates a lot of

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

Reply via email to