[xbuild] Fix bug #665637.
authorAnkit Jain <radical@corewars.org>
Thu, 20 Jan 2011 05:30:22 +0000 (11:00 +0530)
committerAnkit Jain <radical@corewars.org>
Thu, 20 Jan 2011 05:30:22 +0000 (11:00 +0530)
Pass $(WarningsNotAsErrors) to Csc task.

mcs/tools/xbuild/xbuild/Microsoft.CSharp.targets

index 98401300c762baab09599cbfbb7c2db3d78b973e..594279edcde159f09f5bdfa36c642b1e7257e141 100644 (file)
@@ -71,6 +71,7 @@
                        Utf8Output="$(Utf8Output)"
                        WarningLevel="$(WarningLevel)"
                        WarningsAsErrors="$(WarningsAsErrors)"
+                       WarningsNotAsErrors="$(WarningsNotAsErrors)"
                        Win32Icon="$(Win32Icon)"
                        Win32Resource="$(Win32Resource)"
                        Resources="@(ManifestResourceWithNoCulture);@(ManifestNonResxWithNoCultureOnDisk);@(CompiledLicenseFile)"