Revision: 70430
          http://sourceforge.net/p/brlcad/code/70430
Author:   brlcad
Date:     2017-11-22 08:14:15 +0000 (Wed, 22 Nov 2017)
Log Message:
-----------
unintentionally commented out during lto work.  needed for freebsd/llvm.

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2017-11-21 08:48:01 UTC (rev 70429)
+++ brlcad/trunk/CMakeLists.txt 2017-11-22 08:14:15 UTC (rev 70430)
@@ -2188,8 +2188,8 @@
   if(BRLCAD_ENABLE_STRICT)
     # If we're going strict, suppress C11 warnings about isnan due to
     # clang issue:  https://llvm.org/bugs/show_bug.cgi?id=17788
-#    CHECK_C_FLAG(Wno-c11-extensions)
-#    CHECK_CXX_FLAG(Wno-c11-extensions)
+    CHECK_C_FLAG(Wno-c11-extensions)
+    CHECK_CXX_FLAG(Wno-c11-extensions)
 
     # Add the flag that actually turns warnings into errors
     CHECK_C_FLAG(Werror)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to