diff src/xmms-sid.c @ 341:e065deeb086f

Removed 'unused argument' warnings, some cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 Sep 2005 08:41:03 +0000
parents ca351adcc8d6
children ce140fff14c7
line wrap: on
line diff
--- a/src/xmms-sid.c	Thu Sep 22 05:21:01 2005 +0000
+++ b/src/xmms-sid.c	Fri Sep 23 08:41:03 2005 +0000
@@ -311,6 +311,8 @@
  gchar audioBuffer[XS_AUDIOBUF_SIZE], oversampleBuffer[(XS_AUDIOBUF_SIZE * XS_MAX_OVERSAMPLE)];
 #endif
 
+ (void)argPointer;
+ 
  /* Initialize */
  XSDEBUG("entering player thread\n");
  XS_MUTEX_LOCK(xs_status);
@@ -768,6 +770,8 @@
 
 gboolean xs_subctrl_keypress(GtkWidget *win, GdkEventKey *ev)
 {
+ (void)win;
+ 
  if (ev->keyval == GDK_Escape)
  	xs_subctrl_close();