summaryrefslogtreecommitdiff
path: root/main/astobj2.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2011-01-18 20:21:29 +0000
committerRussell Bryant <russell@russellbryant.com>2011-01-18 20:21:29 +0000
commit519b766cd491766f628ed99aa31cedb4095115c9 (patch)
tree16983d19ab15f409f8d23335b66fc6c3842db596 /main/astobj2.c
parenta05aeff312b233122090eed6a42cee984b6c1e27 (diff)
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. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@302268 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/astobj2.c')
-rw-r--r--main/astobj2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/astobj2.c b/main/astobj2.c
index bdd70c63e..ccfbf5388 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