warnings: add [warning push] and [warning pop]
commit1df7263ae937ac11abb2c6938b8891745af91ce6
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Fri, 11 Jan 2019 21:13:03 +0000 (11 13:13 -0800)
committerH. Peter Anvin (Intel) <hpa@zytor.com>
Fri, 11 Jan 2019 21:13:03 +0000 (11 13:13 -0800)
treee2f0e201f2dbfc7f036ff701e61027c02f1391f0
parent38ddb19977c109ae18d69699d177c7d34c9d0455
warnings: add [warning push] and [warning pop]

Add [warning push] and [warning pop] directives.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
asm/directiv.c
asm/error.c
asm/nasm.c
asm/warnings.pl
doc/changes.src
doc/nasmdoc.src
include/error.h
test/warnstack.asm [new file with mode: 0644]