Author: cgutman
Date: Tue Oct 28 20:04:58 2008
New Revision: 37045
URL:
http://svn.reactos.org/svn/reactos?rev=37045&view=rev
Log:
- We don't need allowwarnings="true"
Modified:
branches/aicom-network-fixes/lib/drivers/ip/ip.rbuild
Modified: branches/aicom-network-fixes/lib/drivers/ip/ip.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/lib/drivers…
==============================================================================
--- branches/aicom-network-fixes/lib/drivers/ip/ip.rbuild [iso-8859-1] (original)
+++ branches/aicom-network-fixes/lib/drivers/ip/ip.rbuild [iso-8859-1] Tue Oct 28 20:04:58
2008
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="ip" type="staticlibrary"
allowwarnings="true">
+<module name="ip" type="staticlibrary">
<define name="__NTDRIVER__"/>
<include base="tcpip">include</include>
<include base="oskittcp">include</include>