This version of Unity is unsupported.

PlayerSettings.suppressCommonWarnings

Switch to Manual
public static bool suppressCommonWarnings;

Description

Suppresses common C# warnings.

The warnings which are suppressed are CS0169 and CS0649.

See Also: AdditionalCompilerArguments.