[asterisk-commits] russell: branch 1.8 r302267 - /branches/1.8/main/astobj2.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 18 14:20:10 CST 2011
Author: russell
Date: Tue Jan 18 14:19:57 2011
New Revision: 302267
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=302267
Log:
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:
branches/1.8/main/astobj2.c
Modified: branches/1.8/main/astobj2.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/astobj2.c?view=diff&rev=302267&r1=302266&r2=302267
==============================================================================
--- branches/1.8/main/astobj2.c (original)
+++ branches/1.8/main/astobj2.c Tue Jan 18 14:19:57 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