summaryrefslogtreecommitdiffstats
path: root/migration
diff options
context:
space:
mode:
authorSeokYeon Hwang2014-12-23 23:26:54 +0100
committerMichael Tokarev2015-01-15 08:44:13 +0100
commit2d8ac5eb7a7e72e0877cca2b3705eebeaf5526e7 (patch)
tree3633615fc476b7efb858702a30923af483956301 /migration
parenttests/hd-geo-test.c: Remove unused test_image variable (diff)
downloadqemu-2d8ac5eb7a7e72e0877cca2b3705eebeaf5526e7.tar.gz
qemu-2d8ac5eb7a7e72e0877cca2b3705eebeaf5526e7.tar.xz
qemu-2d8ac5eb7a7e72e0877cca2b3705eebeaf5526e7.zip
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>
Diffstat (limited to 'migration')
0 files changed, 0 insertions, 0 deletions