nasm/asm
H. Peter Anvin b2047cbb98 Make -Werror controllable on a per-warning-class basis
Make -Werror possible to control on a per-warning-class basis.  While
I was fixing up that code anyway, merge the handling of the -w, -W and
[warning] argument and directives.

Furthermore, make *all* warnings suppressible; any warning that isn't
categorized now belong to category "other".  However, for cleanliness
sake an "other" option does not get listed in the warning messages.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2017-03-08 01:26:40 -08:00
..
assemble.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
assemble.h Add a generic pragma-handling infrastructure 2017-03-07 21:32:37 -08:00
directiv.c Make -Werror controllable on a per-warning-class basis 2017-03-08 01:26:40 -08:00
directiv.dat outmacho: support the "subsections_via_symbols" directive 2017-03-07 22:43:00 -08:00
directiv.pl outmacho: support the "subsections_via_symbols" directive 2017-03-07 22:43:00 -08:00
error.c Make -Werror controllable on a per-warning-class basis 2017-03-08 01:26:40 -08:00
eval.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
eval.h
exprdump.c exprlib: move dumping code to a separate C file 2017-02-28 18:13:43 -08:00
exprlib.c exprlib: move dumping code to a separate C file 2017-02-28 18:13:43 -08:00
float.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
float.h
labels.c Fix global variables without declarations 2017-03-07 19:44:21 -08:00
listing.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
listing.h
nasm.c Make -Werror controllable on a per-warning-class basis 2017-03-08 01:26:40 -08:00
parser.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
parser.h
phash.pl
pptok.dat
pptok.pl
pragma.c Add a generic pragma-handling infrastructure 2017-03-07 21:32:37 -08:00
preproc-nop.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
preproc.c Add a generic pragma-handling infrastructure 2017-03-07 21:32:37 -08:00
preproc.h
quote.c
quote.h
rdstrnum.c
segalloc.c
stdscan.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
stdscan.h
strfunc.c
tokens.dat
tokhash.pl