[asterisk-commits] russell: trunk r82341 - in /trunk: ./ main/astobj2.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 13 14:16:24 CDT 2007


Author: russell
Date: Thu Sep 13 14:16:24 2007
New Revision: 82341

URL: http://svn.digium.com/view/asterisk?view=rev&rev=82341
Log:
Merged revisions 82339 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r82339 | russell | 2007-09-13 13:57:08 -0500 (Thu, 13 Sep 2007) | 1 line

resolve a warning when not building under dev mode
........

Modified:
    trunk/   (props changed)
    trunk/main/astobj2.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/astobj2.c
URL: http://svn.digium.com/view/asterisk/trunk/main/astobj2.c?view=diff&rev=82341&r1=82340&r2=82341
==============================================================================
--- trunk/main/astobj2.c (original)
+++ trunk/main/astobj2.c Thu Sep 13 14:16:24 2007
@@ -594,6 +594,7 @@
 #endif
 }
 
+#ifdef AO2_DEBUG
 static int print_cb(void *obj, void *arg, int flag)
 {
 	int *fd = arg;
@@ -603,7 +604,6 @@
 	return 0;
 }
 
-#ifdef AO2_DEBUG
 /*
  * Print stats
  */




More information about the asterisk-commits mailing list