Ignore ERR_PASS1 except for actual warnings
commit2b046cf67fd529aace7026b499a440cd4ba0fa6d
authorH. Peter Anvin <hpa@zytor.com>
Tue, 22 Jan 2008 22:08:36 +0000 (22 14:08 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 22 Jan 2008 22:08:36 +0000 (22 14:08 -0800)
treed9c3d057c1ce81abea2652549ec67f9e6433dd93
parentc221523976662fdaf0a90eb6357e637c82abcd6a
Ignore ERR_PASS1 except for actual warnings

is_suppressed_warning() should never return true unless we're actually
dealing with a warning.  There is a handful of cases where we pass
ERR_PASS1 down together with errors, but that's mostly because it fits
into an overall pattern.  Thus, ignore it.
nasm.c