Author: pschweitzer Date: Mon May 5 21:06:13 2014 New Revision: 63171
URL: http://svn.reactos.org/svn/reactos?rev=63171&view=rev Log: [CMAKE] This was not meant to be committed. Sorry.
Modified: trunk/reactos/cmake/gcc.cmake
Modified: trunk/reactos/cmake/gcc.cmake URL: http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/gcc.cmake?rev=63171&a... ============================================================================== --- trunk/reactos/cmake/gcc.cmake [iso-8859-1] (original) +++ trunk/reactos/cmake/gcc.cmake [iso-8859-1] Mon May 5 21:06:13 2014 @@ -37,7 +37,7 @@ endif()
if(DBG) - add_compile_flags_language("-Wold-style-declaration -Wdeclaration-after-statement -Wshadow" "C") + add_compile_flags_language("-Wold-style-declaration -Wdeclaration-after-statement" "C") endif() add_compile_flags_language("-fno-rtti -fno-exceptions" "CXX")