From: Russell Bryant Date: Thu, 13 Sep 2007 18:57:08 +0000 (+0000) Subject: resolve a warning when not building under dev mode X-Git-Tag: 1.4.12~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8138003de72ee033ab07f0aab255217329311aa0;p=thirdparty%2Fasterisk.git resolve a warning when not building under dev mode git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82339 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/astobj2.c b/main/astobj2.c index 5b3ff97512..4b82eaf92e 100644 --- a/main/astobj2.c +++ b/main/astobj2.c @@ -606,6 +606,7 @@ static void container_destruct(void *_c) #endif } +#ifdef AO2_DEBUG static int print_cb(void *obj, void *arg, int flag) { int *fd = arg; @@ -615,7 +616,6 @@ static int print_cb(void *obj, void *arg, int flag) return 0; } -#ifdef AO2_DEBUG /* * Print stats */