- Silence more "has virtual functions but non-virtual destructor" warnings

svn path=/trunk/; revision=37546
This commit is contained in:
Stefan Ginsberg
2008-11-22 10:38:09 +00:00
parent 774c361bad
commit 7e38beba07
2 changed files with 2 additions and 0 deletions

View File

@@ -3,5 +3,6 @@
<library>kernel32</library>
<library>user32</library>
<library>gdi32</library>
<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
<file>patblt.cpp</file>
</module>

View File

@@ -3,5 +3,6 @@
<library>kernel32</library>
<library>user32</library>
<library>gdi32</library>
<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
<file>stretchblt.cpp</file>
</module>