Home
last modified time | relevance | path

Searched hist:"867 abdac5effde660ac1ca9db8c43994edc01c09" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/lzma/
H A DLzmaTools.c867abdac5effde660ac1ca9db8c43994edc01c09 Tue Jun 10 21:37:23 UTC 2014 Jeroen Hofstee <jeroen@myspectrum.nl> 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>