vlc_arrays: avoid variable shadowing warnings
commit03930828165ef1e49993beb03307c9c8e3a5889c
authorRomain Vimont <rom1v@videolabs.io>
Tue, 28 Aug 2018 13:13:53 +0000 (28 15:13 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 29 Aug 2018 10:07:11 +0000 (29 12:07 +0200)
tree2592772610ee81211ff724195174bcdd4b64f452
parent53009d018bae15a80ba087e214f8da2d16e5d174
vlc_arrays: avoid variable shadowing warnings

Make the variable name depend on "item" to avoid variable shadowing
warnings for nested loops (even if this specific shadowing is harmless).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_arrays.h
src/misc/events.c