Mwe - Treat Warnings as Errors

This switch tells the assembler that any Warning messages are to be treated as though they were errors; this causes the assembler to end with a non-zero exit code, and helps prevent any warning conditions from "passing by" unnoticed.

┌────┬──────┬─────┬────┬──────────────────────────────────────────────────┐
│Type│Global│Group│File│Default                                           │
├────┼──────┼─────┼────┼──────────────────────────────────────────────────┤
│S   │Yes   │Yes  │Yes │-Mwe (warnings are not considered to be errors)   │
└────┴──────┴─────┴────┴──────────────────────────────────────────────────┘


[Back: Me - Set Number of Errors Before Assembler Aborts]
[Next: Object Control Options]