commit | 0d23e8aa2c0f6fa7d67d1753cb249a6e4e9d50d3 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Tue Jun 10 23:37:23 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Wed Jun 11 16:27:06 2014 -0400 |
tree | bbf7519cf64f36070231fc1fe39192a2433a48a8 | |
parent | 0f0850e435e562cccb1ad19f22260ba812239590 [diff] |
LzmaTools: don't self assign values It seems the code tries to trick the compiler the argument is actually used. However compilers became too smart to fool them so easily an now warn. Gcc and clang don't seem to emit a warning when the argument is unused. If so it should be decorated with unused / (void). Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>