Commit a20af1ac authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

pda: Fix warnings.

parent cde79fd9
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
#include <string.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
...@@ -75,6 +76,7 @@ GtkWidget* ...@@ -75,6 +76,7 @@ GtkWidget*
create_pixmap (GtkWidget *widget, create_pixmap (GtkWidget *widget,
const gchar *filename) const gchar *filename)
{ {
VLC_UNUSED( widget );
gchar *pathname = NULL; gchar *pathname = NULL;
GtkWidget *pixmap; GtkWidget *pixmap;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment