]> git.ozlabs.org Git - petitboot/commit
printf: Fix format type warnings
authorGeoff Levand <geoff@infradead.org>
Sat, 6 Jan 2018 00:47:39 +0000 (00:47 +0000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Wed, 10 Jan 2018 02:34:54 +0000 (13:34 +1100)
commit41caf09e98b14e34830f524405efc1bdd4087365
tree51c4ff3af3a20d41277b5b2318d141713cfbaa46
parentc462aa6f8e4658ed23df16bc9e1822e384744e53
printf: Fix format type warnings

Fixes build warnings like these when building 32 bit programs:

  warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument has type ‘uint64_t’

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
discover/device-handler.c
discover/devmapper.c
utils/hooks/30-dtb-updates.c