]> Git Repo - J-u-boot.git/commit
tools: env: Fix format warnings in debug
authorMarcin Niestroj <[email protected]>
Fri, 6 May 2016 12:58:29 +0000 (14:58 +0200)
committerHeiko Schocher <[email protected]>
Tue, 26 Jul 2016 06:28:39 +0000 (08:28 +0200)
commit81c878dd3c75c9056e4755ece89f45d056735d75
tree4b54f575b3391dd052a8bb64cba30f2ffc73cd9b
parent4579720412744dd13266a3505bb38ce2da819b4f
tools: env: Fix format warnings in debug

Format warnings (-Wformat) were shown in printf() calls after defining
DEBUG macro.

Update format string and explicitly cast variables to suppress all
warnings.

Signed-off-by: Marcin Niestroj <[email protected]>
tools/env/fw_env.c
This page took 0.029563 seconds and 4 git commands to generate.