mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 13:34:24 +08:00
- Silence more "has virtual functions but non-virtual destructor" warnings
svn path=/trunk/; revision=37546
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user