diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-09-07 12:50:02 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-09-07 12:54:17 +0200 |
commit | 9b60d6a1008b0ae2a38671dbeb03e08a7b45798a (patch) | |
tree | 93183969267a2f04bf2d28dda0a23cf497318863 /LICENSE | |
parent | 3df17650730fcc84a551baf34133e22e96101c84 (diff) |
contrib/plugins/howvec: Fix string format
This fixes on Darwin:
plugins/howvec.c:186:40: warning: format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
class->count);
^~~~~~~~~~~~
plugins/howvec.c:213:36: warning: format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
rec->count,
^~~~~~~~~~
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20230907105004.88600-4-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions