Is there an option on masm to desabling warnings? Im using the
-W3
Option to set warnings on, but when I have a callback like DllMain, it gives me a warning A6004: procedure argument or local not referenced
I wish to disable/enable warnings on the sourcecode, just as VC++ has the #pragma warn option. I wonder if masm has one option like this.
-W3
Option to set warnings on, but when I have a callback like DllMain, it gives me a warning A6004: procedure argument or local not referenced
I wish to disable/enable warnings on the sourcecode, just as VC++ has the #pragma warn option. I wonder if masm has one option like this.