]> git.proxmox.com Git - mirror_qemu.git/commit
translate-all: Mark map_exec() with the 'unused' attribute
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 23 Dec 2014 22:26:54 +0000 (22:26 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 15 Jan 2015 07:44:13 +0000 (10:44 +0300)
commit2d8ac5eb7a7e72e0877cca2b3705eebeaf5526e7
tree3633615fc476b7efb858702a30923af483956301
parent9c6d5c1ade0b681b6f93c3d9d214389355cc563c
translate-all: Mark map_exec() with the 'unused' attribute

Mark map_exec() with the 'unused' attribute to avoid '-Wunused-function'
warnings on clang 3.4 or later. This means we don't need to mark it
'inline', which is what we were previously using to suppress the warning
(a trick which only works with gcc, not clang).

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
[PMM: tweaked comment message a little]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
translate-all.c