]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Don't enable AO2_DEBUG by default if AST_DEVMODE is on.
authorRussell Bryant <russell@russellbryant.com>
Tue, 18 Jan 2011 20:19:57 +0000 (20:19 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 18 Jan 2011 20:19:57 +0000 (20:19 +0000)
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

main/astobj2.c

index 50886de2ecbf09a0cd2ceee688268449c09ec1e2..07d46bb6fd50556c0b6b5bdb42f08ab9a140f63c 100644 (file)
@@ -60,7 +60,7 @@ struct astobj2 {
 };
 
 #ifdef AST_DEVMODE
-#define AO2_DEBUG 1
+/* #define AO2_DEBUG 1 */
 #endif
 
 #ifdef AO2_DEBUG