[asterisk-commits] russell: trunk r302268 - in /trunk: ./ main/astobj2.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 18 14:21:33 CST 2011
Author: russell
Date: Tue Jan 18 14:21:29 2011
New Revision: 302268
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=302268
Log:
Merged revisions 302267 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r302267 | russell | 2011-01-18 14:19:57 -0600 (Tue, 18 Jan 2011) | 5 lines
Don't enable AO2_DEBUG by default if AST_DEVMODE is on.
AO2_DEBUG is not important and is causing a false compiler warning to be
generated on my Ubuntu Natty dev box.
........
Modified:
trunk/ (props changed)
trunk/main/astobj2.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/main/astobj2.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/astobj2.c?view=diff&rev=302268&r1=302267&r2=302268
==============================================================================
--- trunk/main/astobj2.c (original)
+++ trunk/main/astobj2.c Tue Jan 18 14:21:29 2011
@@ -60,7 +60,7 @@
};
#ifdef AST_DEVMODE
-#define AO2_DEBUG 1
+/* #define AO2_DEBUG 1 */
#endif
#ifdef AO2_DEBUG
More information about the asterisk-commits
mailing list