nasm.c: Fix is_suppressed_warning()
commit442a05a8975d53e5e56dd7630ae4480150e5bff4
authorH. Peter Anvin <hpa@zytor.com>
Sat, 25 Feb 2012 05:50:53 +0000 (24 21:50 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 25 Feb 2012 05:50:53 +0000 (24 21:50 -0800)
tree909bc4184f67f0dc677caab4c11f2081ecaa17b1
parent10da41e328f24a6cc252d0c69f2f09c824341a2a
nasm.c: Fix is_suppressed_warning()

The logic in is_suppressed_warning() was severely wrong, which would
cause a lot of legitimate warnings to be suppressed while some
warnings would be duplicated.

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