/nowarn - Suppress Warning Messages

Syntax

/nowarn

This option causes the compiler to not emit any warning messages, only error messages.

Example

The following command compiles the myClass.java file without displaying any warning messages:

JVC /nowarn myClass.java