diff src/sid/xs_config.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 05bfc86250f3
children 7e65b69a9096
line wrap: on
line diff
--- a/src/sid/xs_config.c	Wed Oct 03 16:15:00 2007 +0200
+++ b/src/sid/xs_config.c	Wed Oct 03 17:24:59 2007 +0200
@@ -356,7 +356,7 @@
 		return pResult;
 }
 
-
+#if 0
 static gboolean xs_filter_save(XS_CONFIG_FILE *cfg, t_xs_sid2_filter *pFilter, gint nFilter)
 {
 	gchar *tmpValue, tmpKey[64];
@@ -387,7 +387,7 @@
 	g_free(tmpValue);
 	return TRUE;
 }
-
+#endif
 
 /* Filter exporting and importing. These functions export/import
  * filter settings to/from SIDPlay2 INI-type files.