Disable CS109 in build script

This commit is contained in:
markpollack
2008-10-14 03:04:08 +00:00
parent 2116d744ae
commit f47d249af8
2 changed files with 1 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
>
<arg line="${compiler.args}"/>
<nowarn>
<warning number="${nowarn.numbers},0108,0114,0612" />
<warning number="${nowarn.numbers},0108,0114,0612,0109" />
</nowarn>
<sources failonempty="true">
<include name="**/*.cs" />

View File

@@ -74,9 +74,7 @@ namespace Spring.Web.UI.Controls
#if !NET_2_0
public string Action
#else
#pragma warning disable 0109
public new string Action
#pragma warning restore 0109
#endif
{
get { return this.action; }