add allowwarnings ="true" so ibrowser can be build with dgb=0 with gcc 3.4.4
authorMagnus Olsen <magnus@greatlord.com>
Sat, 17 Dec 2005 20:59:44 +0000 (20:59 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sat, 17 Dec 2005 20:59:44 +0000 (20:59 +0000)
svn path=/trunk/; revision=20230

reactos/subsys/system/ibrowser/ibrowser.xml

index 5683599..e4fd3fd 100644 (file)
@@ -1,4 +1,4 @@
-<module name="ibrowser" type="win32gui" installbase="system32" installname="ibrowser.exe">
+<module name="ibrowser" type="win32gui" installbase="system32" installname="ibrowser.exe"  allowwarnings ="true">
        <linkerflag>-fexceptions</linkerflag>
        <include base="ibrowser">.</include>
        <include base="ReactOS">include/expat</include>
        <linkerflag>-fexceptions</linkerflag>
        <include base="ibrowser">.</include>
        <include base="ReactOS">include/expat</include>