mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 19:54:06 +00:00
set -Wno-non-virtual-dtor for c++ code
svn path=/trunk/; revision=32019
This commit is contained in:
parent
d9fdef4e6b
commit
37d7255bc8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true">
|
||||
<linkerflag>-fexceptions</linkerflag>
|
||||
<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
|
||||
<include base="explorer">.</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="WIN32" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue