]> git.sesse.net Git - vlc/blobdiff - modules/gui/pda/pda_support.c
configure: Set the proper werror variable when creating vlc-config.in
[vlc] / modules / gui / pda / pda_support.c
index d00ebf049c31124d15f3c600b50051ecd5784667..99fcb57eaa2d47b406659ae1109ccbd81d7f2991 100644 (file)
@@ -10,7 +10,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <string.h>
-#include <stdio.h>
 
 #include <gtk/gtk.h>
 
@@ -77,6 +76,7 @@ GtkWidget*
 create_pixmap                          (GtkWidget       *widget,
                                         const gchar     *filename)
 {
+  (void) widget;
   gchar *pathname = NULL;
   GtkWidget *pixmap;