summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2018-07-04 23:08:43 -0700
committerThiago Macieira <thiago.macieira@intel.com>2018-07-05 14:50:35 +0000
commit55fc9a5dd9b31bc31bc7ed1eab4db3a18be21f8d (patch)
tree52103573c8b031b9640a6e720ef90758e61a71ca /src/plugins/platforms
parentf63e2a9175314f8a1e69d7b83b4a52e16f9542d6 (diff)
Fix Clang annoying, useless warning about using %llu when it wants %lu
The types have the same size. So it's stupid for it to make the issue a warning... qkmsdevice.cpp:737:88: error: format specifies type 'unsigned long long' but the argument has type '__u64' (aka 'unsigned long') [-Werror,-Wformat] Change-Id: I117816bf0f5e469b8d34fffd153e640b62bef635 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'src/plugins/platforms')
0 files changed, 0 insertions, 0 deletions