smite some compiler warnings, hide those that are to stay.

Hide some makefile output too
This commit is contained in:
alzeih
2010-07-22 01:24:42 +12:00
parent 55fd5c3b9b
commit 3f9ffbac80
7 changed files with 7 additions and 8 deletions

View File

@@ -231,6 +231,7 @@ namespace OpenRA
return sb.ToString();
}
#pragma warning disable 0472, 0162
internal static void DumpSyncReport(int frame)
{
var f = syncReports.FirstOrDefault(a => a.First == frame);