diff src/alac/plugin.c @ 1973:f86cb7fc1d4f

Add -pipe -Wall if gcc and fix a few warnings.
author Jonathan Schleifer <js@h3c.de>
date Wed, 03 Oct 2007 17:24:59 +0200
parents f35f9d6fcb6d
children 5fa26178eaef
line wrap: on
line diff
--- a/src/alac/plugin.c	Wed Oct 03 16:15:00 2007 +0200
+++ b/src/alac/plugin.c	Wed Oct 03 17:24:59 2007 +0200
@@ -64,6 +64,7 @@
 
 extern void set_endian();
 
+/*
 static gchar *
 extname(const char *filename)
 {
@@ -74,6 +75,7 @@
 
     return ext;
 }
+*/
 
 static void alac_about(void)
 {