[Avida-SVN] r1522 - development

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Thu May 3 09:14:28 PDT 2007


Author: brysonda
Date: 2007-05-03 12:14:28 -0400 (Thu, 03 May 2007)
New Revision: 1522

Modified:
   development/CMakeLists.txt
Log:
Rodan's compiler doesn't understand -Wno-four-char-constants.

Modified: development/CMakeLists.txt
===================================================================
--- development/CMakeLists.txt	2007-05-03 16:11:45 UTC (rev 1521)
+++ development/CMakeLists.txt	2007-05-03 16:14:28 UTC (rev 1522)
@@ -30,7 +30,7 @@
 # This section defines default builtin compiler options
 # ------------------------------------------------------------------------------
 IF(UNIX)
-  SET(COMPILER_WARNING_FLAGS "-Wextra -Wno-four-char-constants -Wno-unknown-pragmas -Wconversion -Wno-trigraphs")
+  SET(COMPILER_WARNING_FLAGS "-Wextra -Wno-unknown-pragmas -Wconversion -Wno-trigraphs")
   SET(COMPILER_OPTIMIZATION_FLAGS "-ffast-math -fno-rtti -funroll-loops -fstrict-aliasing -ftree-vectorize -fvisibility-inlines-hidden")
 
   # Four types of c++ compilations:




More information about the Avida-cvs mailing list