[ros-diffs] [rharabien] 56057: [CMAKE] - Fix GCC warnings when building cmlib

rharabien at svn.reactos.org rharabien at svn.reactos.org
Mon Mar 5 20:20:50 UTC 2012


Author: rharabien
Date: Mon Mar  5 20:20:50 2012
New Revision: 56057

URL: http://svn.reactos.org/svn/reactos?rev=56057&view=rev
Log:
[CMAKE]
- Fix GCC warnings when building cmlib

Modified:
    trunk/reactos/CMakeLists.txt

Modified: trunk/reactos/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=56057&r1=56056&r2=56057&view=diff
==============================================================================
--- trunk/reactos/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/CMakeLists.txt [iso-8859-1] Mon Mar  5 20:20:50 2012
@@ -52,7 +52,7 @@
         endif()
         add_definitions(/Dinline=__inline)
     else()
-        add_compile_flags("-fshort-wchar")
+        add_compile_flags("-fshort-wchar -Wno-multichar")
     endif()
 
     include_directories(include/host)




More information about the Ros-diffs mailing list