Fix some format strings for nasm_error
commit15bb2330368783724cf526dfec5c02d028bd5b98
authorVictor van den Elzen <victor.vde@gmail.com>
Tue, 11 Aug 2009 00:10:16 +0000 (11 02:10 +0200)
committerVictor van den Elzen <victor.vde@gmail.com>
Tue, 11 Aug 2009 00:43:41 +0000 (11 02:43 +0200)
treefa653bd47ff1a50eb5e0264cadf158413e3b9ca0
parent5a49e7c578378308c4e866313ea08c65e6869a06
Fix some format strings for nasm_error

Added a format attribute to nasm_error (only for GCC) and
used the resulting warnings to fix some format strings.
labels.c
nasmlib.h
output/outbin.c
output/outelf32.c
output/outelf64.c
output/outobj.c
parser.c