mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Remove allowwarnings="true" from rbuild file. Fixed in r42970.
svn path=/trunk/; revision=43387
This commit is contained in:
parent
27f05c27a8
commit
e29cd23a7e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE module SYSTEM "../../../../../tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../../../tools/rbuild/project.dtd">
|
||||||
<module name="mpu401" type="kernelmodedriver" installbase="system32/drivers" installname="mpu401.sys" allowwarnings="true">
|
<module name="mpu401" type="kernelmodedriver" installbase="system32/drivers" installname="mpu401.sys">
|
||||||
<include base="mpu401">.</include>
|
<include base="mpu401">.</include>
|
||||||
<include base="mpu401">..</include>
|
<include base="mpu401">..</include>
|
||||||
<group compilerset="gcc">
|
<group compilerset="gcc">
|
||||||
|
|
Loading…
Reference in a new issue