Question
How do I suppress assembler preprocessor warning
Answer
The -w (disable all warnings) switch directs the assembler not to display warning messages generated during assembly. Note that -w has the same effect as the -nowarn switch. Also suppressing a warning is not removing but it doesn't output the messages.