NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

/nowarn (Suppress Specified Warnings)

/nowarn:number1[,number2[...]]

where:

number1
A warning number that you want the compiler to suppress.

Remarks

The /nowarn option lets you suppress the compiler’s ability to generate one or more warnings. Separate multiple warning numbers with a comma.

You only need to specify the numeric part of the warning identifier. For example, if you want to suppress CS0050, you could specify /nowarn:50.

See Also

C# Compiler Options