aboutsummaryrefslogtreecommitdiffstats
path: root/main/astobj2.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-13 19:16:24 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-13 19:16:24 +0000
commitce45feea9f727e2024a4d22fc4d0a6be0dec88ed (patch)
treed8df3df5166586f6c55370bbd8c1cae4895b56de /main/astobj2.c
parente02a9bcbe61f0075c449c24eac7812bc66eaac42 (diff)
Merged revisions 82339 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r82339 | russell | 2007-09-13 13:57:08 -0500 (Thu, 13 Sep 2007) | 1 line resolve a warning when not building under dev mode ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82341 f38db490-d61c-443f-a65b-d21fe96a405b
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 8a0d2ab4e..f7fde9a29 100644
--- a/main/astobj2.c
+++ b/main/astobj2.c
@@ -594,6 +594,7 @@ static void container_destruct(void *_c)
#endif
}
+#ifdef AO2_DEBUG
static int print_cb(void *obj, void *arg, int flag)
{
int *fd = arg;
@@ -603,7 +604,6 @@ static int print_cb(void *obj, void *arg, int flag)
return 0;
}
-#ifdef AO2_DEBUG
/*
* Print stats
*/