[vlc-commits] dbus: Fix a couple of warnings
Mirsal Ennaime
git at videolan.org
Tue Feb 7 12:12:12 CET 2012
vlc/vlc-2.0 | branch: master | Mirsal Ennaime <mirsal at videolan.org> | Sun Feb 5 15:38:13 2012 +0100| [f778b8bb35d6bc8cde56d8e5802f9c8d7a30b385] | committer: Jean-Baptiste Kempf
dbus: Fix a couple of warnings
(cherry picked from commit 21e8a014d73b2ea532fd2bd77fbdca09afce8a32)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=f778b8bb35d6bc8cde56d8e5802f9c8d7a30b385
---
modules/control/dbus/dbus_root.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/control/dbus/dbus_root.c b/modules/control/dbus/dbus_root.c
index 201f5d8..a96128e 100644
--- a/modules/control/dbus/dbus_root.c
+++ b/modules/control/dbus/dbus_root.c
@@ -398,7 +398,7 @@ DBUS_METHOD( GetAllProperties )
OUT_ARGUMENTS;
DBusError error;
- DBusMessageIter dict, entry, v;
+ DBusMessageIter dict;
char *const psz_interface_name = NULL;
More information about the vlc-commits
mailing list