mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
(OPENZAP-11) use all the cflags from configure so we can build ss7 boost on freebsd and fix other code issues noted by more warnings from those cflags
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@530 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
@@ -349,7 +349,7 @@ zap_status_t zap_span_close_all(void)
|
||||
return i ? ZAP_SUCCESS : ZAP_FAIL;
|
||||
}
|
||||
|
||||
zap_status_t zap_span_load_tones(zap_span_t *span, char *mapname)
|
||||
zap_status_t zap_span_load_tones(zap_span_t *span, const char *mapname)
|
||||
{
|
||||
zap_config_t cfg;
|
||||
char *var, *val;
|
||||
|
Reference in New Issue
Block a user