Author: dgorbachev Date: Sat Jul 25 11:24:30 2009 New Revision: 42196
URL: http://svn.reactos.org/svn/reactos?rev=42196&view=rev Log: Do not fail when compiling with GCC 4.4.1
Modified: trunk/reactos/ReactOS-generic.rbuild
Modified: trunk/reactos/ReactOS-generic.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ReactOS-generic.rbuild?rev=... ============================================================================== --- trunk/reactos/ReactOS-generic.rbuild [iso-8859-1] (original) +++ trunk/reactos/ReactOS-generic.rbuild [iso-8859-1] Sat Jul 25 11:24:30 2009 @@ -121,6 +121,11 @@ <compilerflag>-Wno-strict-aliasing</compilerflag> <compilerflag>-Wpointer-arith</compilerflag> <compilerflag>-Wno-multichar</compilerflag> + <!-- + <compilerflag>-Wno-error=uninitialized</compilerflag> + <compilerflag>-Wno-error=unused-function</compilerflag> + <compilerflag>-Wno-error=write-strings</compilerflag> + --> <!-- compilerflag>-H</compilerflag> enable this for header traces --> </group>