Demote "may be used uninitialized" errors into warnings again.
authorDmitry Gorbachev <gorbachev@reactos.org>
Tue, 9 Feb 2010 19:02:56 +0000 (19:02 +0000)
committerDmitry Gorbachev <gorbachev@reactos.org>
Tue, 9 Feb 2010 19:02:56 +0000 (19:02 +0000)
svn path=/trunk/; revision=45536

reactos/ReactOS-generic.rbuild

index aac8147..82159f4 100644 (file)
                </if>
 
                <compilerflag>-fno-strict-aliasing</compilerflag>
-               <compilerflag>-Wno-strict-aliasing</compilerflag>
                <compilerflag>-Wpointer-arith</compilerflag>
                <compilerflag>-Wno-multichar</compilerflag>
+               <compilerflag>-Wno-error=uninitialized</compilerflag>
                <!-- compilerflag>-H</compilerflag>    enable this for header traces -->
        </group>