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

@@ -21,6 +21,7 @@ namespace OpenRA.Mods.RA
{
public readonly bool Long = false;
#pragma warning disable 0649
public readonly ushort Template;
public readonly ushort DamagedTemplate;
public readonly ushort DestroyedTemplate;
@@ -29,6 +30,7 @@ namespace OpenRA.Mods.RA
public readonly ushort DestroyedPlusNorthTemplate;
public readonly ushort DestroyedPlusSouthTemplate;
public readonly ushort DestroyedPlusBothTemplate;
#pragma warning restore 0649
public readonly string[] ShorePieces = {"br1", "br2"};
public readonly int[] NorthOffset = null;
public readonly int[] SouthOffset = null;