commit | 81c878dd3c75c9056e4755ece89f45d056735d75 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Fri May 06 14:58:29 2016 +0200 |
committer | Heiko Schocher <hs@denx.de> | Tue Jul 26 08:28:39 2016 +0200 |
tree | 4b54f575b3391dd052a8bb64cba30f2ffc73cd9b | |
parent | 4579720412744dd13266a3505bb38ce2da819b4f [diff] |
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 <m.niestroj@grinn-global.com>