(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:
Michael Jerris
2008-09-05 03:53:32 +00:00
parent 16e3f8b852
commit e8fd83456d
6 changed files with 15 additions and 17 deletions

View File

@@ -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;