mirror of
https://github.com/reactos/reactos.git
synced 2026-09-17 22:53:05 +08:00
Add global compilerflag to ignore format warnings
svn path=/branches/ros-amd64-bringup/; revision=43171
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wpointer-arith</compilerflag>
|
||||
<compilerflag>-Wno-multichar</compilerflag>
|
||||
<compilerflag>-Wno-format</compilerflag>
|
||||
<!-- compilerflag>-H</compilerflag> enable this for header traces -->
|
||||
<linkerflag>-disable-stdcall-fixup</linkerflag>
|
||||
<linkerflag>-static</linkerflag>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="msiexec" type="win32gui" installbase="system32" installname="msiexec.exe">
|
||||
<compilerflag>-Wno-format</compilerflag>
|
||||
<include base="msiexec">.</include>
|
||||
<include base="ReactOS">include/wine</include>
|
||||
<define name="__WINESRC__" />
|
||||
|
||||
Reference in New Issue
Block a user