[vlc-commits] dbus: Fix a couple of warnings

Mirsal Ennaime git at videolan.org
Sun Feb 5 15:39:20 CET 2012


vlc | branch: master | Mirsal Ennaime <mirsal at videolan.org> | Sun Feb  5 15:38:13 2012 +0100| [21e8a014d73b2ea532fd2bd77fbdca09afce8a32] | committer: Mirsal Ennaime

dbus: Fix a couple of warnings

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21e8a014d73b2ea532fd2bd77fbdca09afce8a32
---

 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 0ada6bb..5de8af6 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