- Silence "'struct Foo' has virtual functions but non-virtual destructor" warnings for kernel32, as we don't allow warnings for this module. Needed for the coming header fixes, as system_header hides this warning.

svn path=/trunk/; revision=37528
This commit is contained in:
Stefan Ginsberg 2008-11-21 21:19:13 +00:00
parent e40f53753f
commit f39e2f8b84

View file

@ -123,6 +123,7 @@
<compilerflag compiler="cpp">-fno-exceptions</compilerflag>
<compilerflag compiler="cpp">-fno-rtti</compilerflag>
<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
<directory name="misc">
<file>icustubs.cpp</file>