mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +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">
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true">
|
<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true">
|
||||||
<linkerflag>-fexceptions</linkerflag>
|
<linkerflag>-fexceptions</linkerflag>
|
||||||
|
<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
|
||||||
<include base="explorer">.</include>
|
<include base="explorer">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
<define name="WIN32" />
|
<define name="WIN32" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue