If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2011-05-26
I should have clarified, my apologies. I was thinking in reference to -w+error how warnings can be considered errors and perhaps %notice being treated not as errors.
I treat all warnings as errors so as to better write my ASM and wouldn't want a %warning as a notification of when a file has been compiled to stop a compile (batch automated but not with output).
Example I was thinking:
%notice file.asm has been compiled.
Shell:
file.asm has been compiled.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2011-05-26
priority: 2 --> 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What would it do differently from %warning?
I should have clarified, my apologies. I was thinking in reference to -w+error how warnings can be considered errors and perhaps %notice being treated not as errors.
I treat all warnings as errors so as to better write my ASM and wouldn't want a %warning as a notification of when a file has been compiled to stop a compile (batch automated but not with output).
Example I was thinking:
%notice file.asm has been compiled.
Shell:
file.asm has been compiled.