BR: 2196966: make the -w/-W options work again
commit6f4e92b760091ff8fcb0e0075c9478c31d0a86ec
authorH. Peter Anvin <hpa@zytor.com>
Sun, 26 Oct 2008 15:57:13 +0000 (26 08:57 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 26 Oct 2008 15:57:13 +0000 (26 08:57 -0700)
tree458166c76182253687a4c5722d2ea6fa368fac58
parentb21141a30128d2d2d8001cd4d9babab18366b867
BR: 2196966: make the -w/-W options work again

The code to parse the -w/-W options was updating warning_on[], not
warning_on_global[], but warning_on[] is reset at the beginning of
each pass (to let the warning directive work); as a result the -w/-W
options don't actually do anything at all.

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