From: Russell Bryant Date: Tue, 18 Jan 2011 20:19:57 +0000 (+0000) Subject: Don't enable AO2_DEBUG by default if AST_DEVMODE is on. X-Git-Tag: 1.8.4-rc1~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3173d54bd065e0ed2a8ec91ec240caeb3d3e0984;p=thirdparty%2Fasterisk.git 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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@302267 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/astobj2.c b/main/astobj2.c index 50886de2ec..07d46bb6fd 100644 --- a/main/astobj2.c +++ b/main/astobj2.c @@ -60,7 +60,7 @@ struct astobj2 { }; #ifdef AST_DEVMODE -#define AO2_DEBUG 1 +/* #define AO2_DEBUG 1 */ #endif #ifdef AO2_DEBUG