mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-13 10:37:42 +00:00
freetdm: Use __func__ instead of __FUNCTION__ to comply with c99 in gcc 5.1
OPENZAP-237 #resolve
This commit is contained in:
parent
2a1195e55d
commit
73b35fe7e4
@ -1985,7 +1985,7 @@ FIO_CODEC_FUNCTION(fio_alaw2slin);
|
||||
FIO_CODEC_FUNCTION(fio_ulaw2alaw);
|
||||
FIO_CODEC_FUNCTION(fio_alaw2ulaw);
|
||||
|
||||
#define FTDM_PRE __FILE__, __FUNCTION__, __LINE__
|
||||
#define FTDM_PRE __FILE__, __func__, __LINE__
|
||||
#define FTDM_LOG_LEVEL_DEBUG 7
|
||||
#define FTDM_LOG_LEVEL_INFO 6
|
||||
#define FTDM_LOG_LEVEL_NOTICE 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user