]> 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 d5521c96e4f41b6e11ac0e9861587b30dfad4679..99fcb57eaa2d47b406659ae1109ccbd81d7f2991 100644 (file)
@@ -76,7 +76,7 @@ GtkWidget*
 create_pixmap                          (GtkWidget       *widget,
                                         const gchar     *filename)
 {
-  VLC_UNUSED( widget );
+  (void) widget;
   gchar *pathname = NULL;
   GtkWidget *pixmap;