summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2015-03-25 18:57:38 -0400
committerStefan Hajnoczi <stefanha@redhat.com>2015-05-22 09:37:33 +0100
commitbbbf2e04e5ea347d877c7fa8ee02e4bb647a48fc (patch)
treeca09ad09e1af25560a0c04074259429639119e01 /qemu-img.c
parent93b25869228a3c0c632a6aa66624cc4e549ba14a (diff)
downloadhqemu-bbbf2e04e5ea347d877c7fa8ee02e4bb647a48fc.zip
hqemu-bbbf2e04e5ea347d877c7fa8ee02e4bb647a48fc.tar.gz
configure: silence glib unknown attribute __alloc_size__
The glib headers use GCC attributes. Unfortunately the __GNUC__ and __GNUC_MINOR__ version macros are also defined by clang, but clang doesn't support the same attributes as GCC. clang 3.5.0 does not support the __alloc_size__ attribute: https://github.com/llvm-mirror/clang/commit/c047507a9a79e89fc8339e074fa72822a7e7ea73 The following warning is produced: gstrfuncs.h:257:44: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(2); gmacros.h:67:45: note: expanded from macro 'G_GNUC_ALLOC_SIZE' #define G_GNUC_ALLOC_SIZE(x) __attribute__((__alloc_size__(x))) This patch checks whether glib headers cause warnings and disables -Wunknown-attributes if it is able to. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 1427324259-1481-4-git-send-email-jsnow@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qemu-img.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud