Revision: 71824
          http://sourceforge.net/p/brlcad/code/71824
Author:   starseeker
Date:     2018-09-25 14:39:31 +0000 (Tue, 25 Sep 2018)
Log Message:
-----------
Fix comment to reflect that problems aren't confined just to pre 4.8 gcc

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2018-09-25 14:10:07 UTC (rev 71823)
+++ brlcad/trunk/CMakeLists.txt 2018-09-25 14:39:31 UTC (rev 71824)
@@ -2192,7 +2192,8 @@
     CHECK_C_FLAG(Winline)
     if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
       # g++ 4.7 spews unquellable bogus warnings on default
-      # constructors (e.g., in opennurbs and boost)
+      # constructors (e.g., in opennurbs and boost) and there
+      # are reports of problems with newer GCC as well.
       CHECK_CXX_FLAG(Wno-inline)
     else()
       CHECK_CXX_FLAG(Winline)

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to