fixing up missing refs to {nowarn.numbers} and/or {nowarn.numbers.test} across the all build files
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
>
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="219" />
|
||||
<warning number="162" />
|
||||
<warning number="618" /> <!-- disable deprecation warnings (due to deprecated code generated by antlr ) -->
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
doc="${current.bin.dir}/${project::get-name()}.xml">
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="0169" />
|
||||
<warning number="0219,0414" if="${nant.settings.currentframework=='mono-2.0'}"/>
|
||||
</nowarn>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
doc="${current.bin.dir}/${project::get-name()}.xml">
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers.test},0169,0618" />
|
||||
<warning number="${nowarn.numbers},0169,0618" />
|
||||
<warning number="0219" if="${nant.settings.currentframework=='mono-2.0'}"/>
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
doc="${current.bin.dir}/${project::get-name()}.xml">
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="1591,0169,0168" />
|
||||
<warning number="0414,1584" if="${nant.settings.currentframework=='mono-2.0'}"/>
|
||||
</nowarn>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
>
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="1591" />
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
>
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="1591" />
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
>
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="1591" />
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
>
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="1591" />
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
>
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="1591" />
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
>
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="1591" />
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
>
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="219" />
|
||||
<warning number="162" />
|
||||
<warning number="1591" />
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
>
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="219" />
|
||||
<warning number="162" />
|
||||
<warning number="1591" />
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
output="${current.bin.dir}/${project::get-name()}.dll" >
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers}" />
|
||||
<warning number="${nowarn.numbers.test}" />
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
<include name="WindowsService/Common/**/*.cs" />
|
||||
|
||||
Reference in New Issue
Block a user