[Asterisk-cvs] asterisk jitterbuf.c,1.4,1.5

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Apr 21 01:39:43 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv7113

Modified Files:
	jitterbuf.c 
Log Message:
fix various compiler warnings


Index: jitterbuf.c
===================================================================
RCS file: /usr/cvsroot/asterisk/jitterbuf.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jitterbuf.c	3 Apr 2005 21:16:00 -0000	1.4
+++ jitterbuf.c	21 Apr 2005 06:30:23 -0000	1.5
@@ -98,10 +98,12 @@
 /* maybe later we can make the history buckets variable size, or something? */
 /* drop parameter determines whether we will drop outliers to minimize
  * delay */
+#if 0
 static int longcmp(const void *a, const void *b) 
 {
 	return *(long *)a - *(long *)b;
 }
+#endif
 
 static void history_put(jitterbuf *jb, long ts, long now) 
 {




More information about the svn-commits mailing list