[PSDK]
[reactos.git] / reactos / ReactOS-generic.rbuild
index 350956d..9258f28 100644 (file)
@@ -88,9 +88,8 @@
 
        <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">
@@ -99,7 +98,6 @@
                <compilerflag>/Zl</compilerflag>
                <compilerflag>/Zi</compilerflag>
                <compilerflag>/W1</compilerflag>
-               <compilerflag>/FIwine/typeof.h</compilerflag>
        </group>
 
        <group compilerset="gcc">
                </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>-Wno-error=unused-function</compilerflag>
-               <compilerflag>-Wno-error=write-strings</compilerflag>
-               -->
                <!-- compilerflag>-H</compilerflag>    enable this for header traces -->
        </group>
 
                <compilerflag>/GS-</compilerflag>
        </group>
 
-       <define name="_USE_32BIT_TIME_T" />
 </group>