mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-26 22:30:28 +00:00
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/branches/1.8@302267 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -60,7 +60,7 @@ struct astobj2 {
|
||||
};
|
||||
|
||||
#ifdef AST_DEVMODE
|
||||
#define AO2_DEBUG 1
|
||||
/* #define AO2_DEBUG 1 */
|
||||
#endif
|
||||
|
||||
#ifdef AO2_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user