shithub: sox

Download patch

ref: 0ce74a0cf19cf7e4cbca46b15d87010a428ed38b
parent: 941d0237545be9f19b8881d78e0799ab7ce1af8d
author: robs <robs>
date: Sat Feb 16 13:30:03 EST 2008

fix warning

--- a/libgsm/gsm_option.c
+++ b/libgsm/gsm_option.c
@@ -4,7 +4,7 @@
  * details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
  */
 
-/* $Header: /cvsroot/sox/sox/libgsm/gsm_option.c,v 1.1 2007/09/06 16:50:55 cbagwell Exp $ */
+/* $Header: /cvsroot/sox/sox/libgsm/gsm_option.c,v 1.2 2008/02/16 18:30:03 robs Exp $ */
 
 #include "private.h"
 
@@ -62,6 +62,7 @@
 		break;
 
 	default:
+                (void)r, (void)val;
 		break;
 	}
 	return result;