mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- 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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user