[ACPI]
[reactos.git] / reactos / ReactOS-generic.rbuild
index e762ebf..9258f28 100644 (file)
 
        <group compilerset="gcc">
                <compilerflag>-Wall</compilerflag>
+               <compilerflag>-Wno-char-subscripts</compilerflag>
                <compilerflag compiler="cxx">-Wno-non-virtual-dtor</compilerflag>
-               <compilerflag compiler="cc,cxx">-gstabs+</compilerflag>
-               <compilerflag compiler="as">-gstabs+</compilerflag>
        </group>
 
        <group compilerset="msc">
                <define name="inline" compiler="cc">__inline</define>
+               <define name="__STDC__" compiler="cc">1</define>
                <compilerflag>/Zl</compilerflag>
                <compilerflag>/Zi</compilerflag>
                <compilerflag>/W1</compilerflag>
                </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>
 
                <compilerflag>/GS-</compilerflag>
        </group>
 
-       <define name="_USE_32BIT_TIME_T" />
 </group>