Do not fail when compiling with GCC 4.4.1

svn path=/trunk/; revision=42196
This commit is contained in:
Dmitry Gorbachev
2009-07-25 09:24:30 +00:00
parent 16aca3f92f
commit b2085629b4
+5
View File
@@ -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>