forked from aniani/nasm
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>
This commit is contained in:
@@ -26,6 +26,10 @@ since 2007.
|
||||
\b \c{macho} object format now supports the \c{subsections_via_symbols}
|
||||
directive, see \k{macho-ssvs}.
|
||||
|
||||
\b All warnings can now be suppressed if desired. Furthermore,
|
||||
warning-as-error can now be controlled on a per-warning-class
|
||||
basis.
|
||||
|
||||
\S{cl-2.12.03} Version 2.12.03
|
||||
|
||||
\b Add new warnings for certain dangerous constructs which never ought
|
||||
|
Reference in New Issue
Block a user