package/exfatprogs: fix 64-bit types printf compile failure
authorPeter Seiderer <ps.report@gmx.net>
Sat, 9 May 2020 16:21:14 +0000 (18:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 9 May 2020 20:41:44 +0000 (22:41 +0200)
commitd6c4c840ab0622e62faeb3680858a7b7db447337
treea7f5d59aba83d48db8e180d4705d1a7e5c412445
parente86a6ab35a9d58440bede427d3f826c2020eabe6
package/exfatprogs: fix 64-bit types printf compile failure

Fixes:

  - http://autobuild.buildroot.net/results/a7364a6b3801d7d18c30c7242c6faf19431fddfd

  mkfs.c:60:14: error: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'long unsigned int' [-Werror=format=]
    exfat_debug("Volume Length(sectors) : %llu\n",
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/exfatprogs/0002-mkfs-fsck-use-PRIu64-PRIx64-to-printf-64-bit-types.patch [new file with mode: 0644]