Is there a way to suppress warnings in C# similar to Java\'s @SuppressWarnings annotation?
Failing that, is there another way to suppress warnings in Visual Studio?<
You could check #pragma directives: http://msdn.microsoft.com/en-us/library/441722ys(VS.80).aspx.