mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 01:06:00 +00:00
FS-7610: fix gcc5 compilation issue
This commit is contained in:
parent
8aea72c825
commit
e4fef7bdca
@ -111,7 +111,7 @@ typedef int stfu_filehandle_t;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define STFU_PRE __FILE__, __FUNCTION__, __LINE__
|
#define STFU_PRE __FILE__, __SWITCH_FUNC__, __LINE__
|
||||||
#define STFU_LOG_LEVEL_DEBUG 7
|
#define STFU_LOG_LEVEL_DEBUG 7
|
||||||
#define STFU_LOG_LEVEL_INFO 6
|
#define STFU_LOG_LEVEL_INFO 6
|
||||||
#define STFU_LOG_LEVEL_NOTICE 5
|
#define STFU_LOG_LEVEL_NOTICE 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user