git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde79fd
)
pda: Fix warnings.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 16 May 2009 20:27:47 +0000
(22:27 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 16 May 2009 20:33:21 +0000
(22:33 +0200)
modules/gui/pda/pda_support.c
patch
|
blob
|
history
diff --git
a/modules/gui/pda/pda_support.c
b/modules/gui/pda/pda_support.c
index
36b73e8
..
d5521c9
100644
(file)
--- a/
modules/gui/pda/pda_support.c
+++ b/
modules/gui/pda/pda_support.c
@@
-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;