Author: tkreuzer
Date: Sat Sep 26 21:54:59 2009
New Revision: 43171
URL:
http://svn.reactos.org/svn/reactos?rev=43171&view=rev
Log:
Add global compilerflag to ignore format warnings
Modified:
branches/ros-amd64-bringup/reactos/ReactOS-amd64.rbuild
branches/ros-amd64-bringup/reactos/base/system/msiexec/msiexec.rbuild
Modified: branches/ros-amd64-bringup/reactos/ReactOS-amd64.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/React…
==============================================================================
--- branches/ros-amd64-bringup/reactos/ReactOS-amd64.rbuild [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/ReactOS-amd64.rbuild [iso-8859-1] Sat Sep 26
21:54:59 2009
@@ -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>
Modified: branches/ros-amd64-bringup/reactos/base/system/msiexec/msiexec.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/…
==============================================================================
--- branches/ros-amd64-bringup/reactos/base/system/msiexec/msiexec.rbuild [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/base/system/msiexec/msiexec.rbuild [iso-8859-1] Sat
Sep 26 21:54:59 2009
@@ -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__" />