qemu-irix/include/qemu
Paolo Bonzini 99835e0084 compiler: fix warning with GCC 4.8.0
GCC 4.8.0 introduces a new warning:

    block/qcow2-snapshot.c: In function 'qcow2_write_snapshots’:
    block/qcow2-snapshot.c:252:18: error: typedef 'qemu_build_bug_on__253'
              locally defined but not used [-Werror=unused-local-typedefs]
         QEMU_BUILD_BUG_ON(offsetof(QCowHeader, snapshots_offset) !=
                  ^
    cc1: all warnings being treated as errors

(Caret diagnostics aren't perfect yet with macros... :)) Work around it
with __attribute__((unused)).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1364391272-1128-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-03-27 10:10:14 -05:00
..
acl.h
atomic.h block-migration: add lock 2013-03-11 13:32:01 +01:00
bitmap.h
bitops.h bitops: Remove routines redundant with host-utils 2013-02-16 11:12:52 +00:00
bswap.h bswap: Fix width of swap in leul_to_cpu 2013-02-06 08:29:21 -06:00
cache-utils.h
compatfd.h
compiler.h compiler: fix warning with GCC 4.8.0 2013-03-27 10:10:14 -05:00
config-file.h
envlist.h
error-report.h
event_notifier.h
fifo8.h hw: move fifo.[ch] to libqemuutil 2013-03-01 13:53:10 +01:00
hbitmap.h hbitmap: Use non-bitops ctzl 2013-02-16 11:11:34 +00:00
host-utils.h host-utils: Use __int128_t for mul[us]64 2013-02-17 14:28:57 +00:00
int128.h
iov.h
log.h qemu-log: default to stderr for logging output 2013-02-26 13:31:47 -06:00
main-loop.h main-loop: add qemu_get_aio_context() 2013-03-15 16:07:50 +01:00
module.h
notify.h
option.h qemu-option: Add qemu_opts_absorb_qdict() 2013-03-15 16:07:49 +01:00
option_int.h
osdep.h qemu-file: check exit status when closing a pipe QEMUFile 2013-03-11 13:32:02 +01:00
queue.h
range.h
ratelimit.h
rng-random.h
rng.h
sockets.h nbd: Keep hostname and port separate 2013-03-22 17:51:31 +01:00
thread-posix.h
thread-win32.h
thread.h
timer.h
tls.h
typedefs.h
uri.h
xattr.h