[Asterisk-cvs] asterisk/formats format_g723.c,1.16,1.17

markster at lists.digium.com markster at lists.digium.com
Tue Jan 18 05:37:30 CST 2005


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

Modified Files:
	format_g723.c 
Log Message:
Fix compiler warnings (bug #3367)


Index: format_g723.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g723.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- format_g723.c	29 Dec 2004 12:12:59 -0000	1.16
+++ format_g723.c	18 Jan 2005 11:40:44 -0000	1.17
@@ -160,7 +160,6 @@
 
 static int g723_write(struct ast_filestream *fs, struct ast_frame *f)
 {
-	struct timeval now;
 	u_int32_t delay;
 	u_int16_t size;
 	int res;




More information about the svn-commits mailing list