Menu

#188 Add a "notice" output?

open
nobody
None
1
2011-05-26
2011-05-16
No

NASM supports warning, error, and fatal but no one considered possibility for %notice? It'd be a really nice addition.

Discussion

  • Anonymous

    Anonymous - 2011-05-16
    • priority: 5 --> 2
     
  • H. Peter Anvin

    H. Peter Anvin - 2011-05-16

    What would it do differently from %warning?

     
  • Anonymous

    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.

     
  • Anonymous

    Anonymous - 2011-05-26
    • priority: 2 --> 1
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.