[vlc-devel] commit: pda: Fix warnings. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat May 16 22:33:44 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 16 22:27:47 2009 +0200| [a20af1ac86cff1d01e4faf5d1d1e421f1fe492d8] | committer: Jean-Baptiste Kempf 

pda: Fix warnings.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a20af1ac86cff1d01e4faf5d1d1e421f1fe492d8
---

 modules/gui/pda/pda_support.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/gui/pda/pda_support.c b/modules/gui/pda/pda_support.c
index 36b73e8..d5521c9 100644
--- 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;
 




More information about the vlc-devel mailing list