diff options
author | 2015-01-15 15:21:19 +0100 | |
---|---|---|
committer | 2015-01-19 11:07:57 +0100 | |
commit | cdef511985374dd042a40bb32c1c346c2662c9dc (patch) | |
tree | cfbc83ee36d0f40e44318d369bc25abfb8af2329 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Linux 3.19-rc5 (diff) | |
download | wireguard-linux-cdef511985374dd042a40bb32c1c346c2662c9dc.tar.xz wireguard-linux-cdef511985374dd042a40bb32c1c346c2662c9dc.zip |
KVM: fix sparse warning in include/trace/events/kvm.h
sparse complains about
include/trace/events/kvm.h:163:1: error: directive in argument list
include/trace/events/kvm.h:167:1: error: directive in argument list
include/trace/events/kvm.h:169:1: error: directive in argument list
and sparse is right. Preprocessing directives in an argument of a
macro are undefined behaviour as of C99 6.10.3p11.
Lets use an indirection to fix this.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions