Ignore unrecognized warning names
commitb4f734fb844dbc4cc29304e952b33aa9fc96e398
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 9 May 2016 19:13:08 +0000 (9 12:13 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 9 May 2016 19:13:08 +0000 (9 12:13 -0700)
treefeb2fe5ed6d1a1a1d66bc553c9197b1c0caa6057
parent19bc9de9d083af623cc97289b4bda523fa471a8b
Ignore unrecognized warning names

If we get an invalid warning name passed to the -w/-W option or the
[warning] directive, ignore it.  This may be a warning name enabled in
a future version of NASM, and it is rather pointless to error out on
it.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
nasm.c