Squash compiler warnings

This commit is contained in:
Paul Chote
2011-04-07 21:26:57 +12:00
parent b0425aff3b
commit aba14eec23
11 changed files with 17 additions and 27 deletions

View File

@@ -40,7 +40,9 @@ namespace OpenRA.FileFormats
public void Force()
{
var ignored = Value;
#pragma warning disable 0168
var ignored = Value;
#pragma warning restore 0168
}
}