commit | 20890730c1d7a0860988880be97c0f6c6dcbd546 | [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 | f29bec5cf084433f5f9ec7271f361004e96fd51f [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>