diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-09-07 12:50:01 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-09-07 12:54:17 +0200 |
commit | 3df17650730fcc84a551baf34133e22e96101c84 (patch) | |
tree | c421c317b97425793c995da55ee9a0c1d1e12559 /hw | |
parent | 86e49b2ed889616a1fd3685f19f8c82ed5597245 (diff) | |
download | qemu-3df17650730fcc84a551baf34133e22e96101c84.zip qemu-3df17650730fcc84a551baf34133e22e96101c84.tar.gz qemu-3df17650730fcc84a551baf34133e22e96101c84.tar.bz2 |
contrib/plugins/drcov: Fix string format
This fixes on Darwin:
plugins/drcov.c:52:13: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
start_code, end_code, entry, path);
^~~~~~~~~~
plugins/drcov.c:52:25: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
start_code, end_code, entry, path);
^~~~~~~~
plugins/drcov.c:52:35: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
start_code, end_code, entry, path);
^~~~~
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20230907105004.88600-3-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions