vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Mar 29 17:58:32 2012 +0300| [c7fbe3a593ba7a695e01036e621f4a9319722732] | committer: Jean-Baptiste Kempf
Remove bogus VLC_UNUSED Please don't hide bugs. (cherry picked from commit 8cecb7ac15fa6313d27b2a7a1cf27287299014bb) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=c7fbe3a593ba7a695e01036e621f4a9319722732 --- src/network/udp.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/network/udp.c b/src/network/udp.c index 11a1606..d30f4e9 100644 --- a/src/network/udp.c +++ b/src/network/udp.c @@ -419,7 +419,6 @@ int net_Subscribe (vlc_object_t *obj, int fd, return 0; #else - VLC_UNUSED( grplen ); switch (grp->sa_family) { # ifdef IPV6_JOIN_GROUP _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
