]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Remove the -Wall for the moment ...
authoradam <adam>
Fri, 18 Feb 2011 11:48:06 +0000 (11:48 +0000)
committeradam <adam>
Fri, 18 Feb 2011 11:48:06 +0000 (11:48 +0000)
Easiest to compile in -Werror mode :)

salome_adm/cmake_files/FindPLATFORM.cmake

index 5feb823ad2a910e162ade89451a57295e5f06bc0..707e214b8667c8fc9e8c9920d2891943e6a474fe 100644 (file)
@@ -66,7 +66,7 @@ IF(WINDOWS)
   SET(PLATFORM_LIBADD ${PLATFORM_LIBADD} Ws2_32.lib)
   SET(PLATFORM_LIBADD ${PLATFORM_LIBADD} Userenv.lib) # At least for GEOM suit
 ELSE(WINDOWS)
-  SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -Wall)
+  SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -Wall)
   SET(PLATFORM_LIBADD ${PLATFORM_LIBADD} -ldl)
 ENDIF(WINDOWS)