Revision: 58303
          http://sourceforge.net/p/brlcad/code/58303
Author:   brlcad
Date:     2013-10-25 18:01:34 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
this file is not (yet) included on Windows, simplify

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-10-25 17:57:43 UTC 
(rev 58302)
+++ brlcad/trunk/misc/CMake/BRLCAD_CompilerFlags.cmake  2013-10-25 18:01:34 UTC 
(rev 58303)
@@ -100,15 +100,8 @@
   CHECK_C_FLAG(pedantic)
   CHECK_CXX_FLAG(pedantic)
 
-  # FIXME: The Wall warnings are too verbose with Visual C++ (for
-  # now).  we have a lot to clean up.
-  if(NOT MSVC)
-    CHECK_C_FLAG(Wall)
-    CHECK_CXX_FLAG(Wall)
-  else(NOT MSVC)
-    CHECK_C_FLAG(W4)
-    CHECK_CXX_FLAG(W4)
-  endif(NOT MSVC)
+  CHECK_C_FLAG(Wall)
+  CHECK_CXX_FLAG(Wall)
 
   CHECK_C_FLAG(Wextra)
   CHECK_CXX_FLAG(Wextra)

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


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to