- Silence riched20 format warnings
authorStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 29 Dec 2008 11:04:13 +0000 (11:04 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 29 Dec 2008 11:04:13 +0000 (11:04 +0000)
svn path=/trunk/; revision=38453

reactos/dll/win32/riched20/riched20.rbuild

index 32c4edf..5b10d49 100644 (file)
@@ -3,6 +3,7 @@
 <group>
 <module name="riched20" type="win32dll" baseaddress="${BASEADDRESS_RICHED20}" installbase="system32" installname="riched20.dll" allowwarnings="true">
        <importlibrary definition="riched20.spec" />
+       <compilerflag compiler="cc">-Wno-format</compilerflag>
        <include base="riched20">.</include>
        <include base="ReactOS">include/reactos/wine</include>
        <define name="__WINESRC__" />