mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
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
This commit is contained in:
@@ -606,6 +606,7 @@ static void container_destruct(void *_c)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef AO2_DEBUG
|
||||||
static int print_cb(void *obj, void *arg, int flag)
|
static int print_cb(void *obj, void *arg, int flag)
|
||||||
{
|
{
|
||||||
int *fd = arg;
|
int *fd = arg;
|
||||||
@@ -615,7 +616,6 @@ static int print_cb(void *obj, void *arg, int flag)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef AO2_DEBUG
|
|
||||||
/*
|
/*
|
||||||
* Print stats
|
* Print stats
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user