]> sourceware.org Git - lvm2.git/commit
libdm: cast walk flags to uint64_t when logging.
authorBryn M. Reeves <bmr@redhat.com>
Tue, 5 Jul 2016 19:45:24 +0000 (20:45 +0100)
committerBryn M. Reeves <bmr@redhat.com>
Tue, 5 Jul 2016 19:45:24 +0000 (20:45 +0100)
commit4d4f48af9f18b9407c065cdc035cf8e397e08ac0
tree2ff524e8a4f8b470ecd1baaaa2d624b627f1561c
parentf1dd0258f1cb27e62d1133ba41c75bca04a7b174
libdm: cast walk flags to uint64_t when logging.

Walk flags are ULL constants; cast the result to a uint64_t before
logging with a FMTx64 format specifier to avoid a compiler warning:

  warning: format ‘%lx’ expects argument of type ‘long unsigned int’,
  but argument 5 has type ‘long long unsigned int’
libdm/libdm-stats.c
This page took 0.034535 seconds and 5 git commands to generate.