]> git.sesse.net Git - vlc/commitdiff
pda: Fix warnings.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 16 May 2009 20:27:47 +0000 (22:27 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 16 May 2009 20:33:21 +0000 (22:33 +0200)
modules/gui/pda/pda_support.c

index 36b73e8a0b3a998da7879be0592e8dd80715963d..d5521c96e4f41b6e11ac0e9861587b30dfad4679 100644 (file)
@@ -9,6 +9,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <string.h>
 
 #include <gtk/gtk.h>
 
@@ -75,6 +76,7 @@ GtkWidget*
 create_pixmap                          (GtkWidget       *widget,
                                         const gchar     *filename)
 {
+  VLC_UNUSED( widget );
   gchar *pathname = NULL;
   GtkWidget *pixmap;