[Freeswitch-users] compiling mod_openzap

Dan freeswitch-users at digitaldan.com
Fri Jan 30 13:35:17 PST 2009


Hi guys I pulled FS from trunk today to build some debian packages and ran into this error when building mod_openzap: 

mod_openzap.c:2197: warning: assignment discards qualifiers from pointer target type 

I went ahead and changed the line at 2178 in mod_openzap.c from 

char *pcapfn = NULL; 
to 
const char *pcapfn = NULL; 

Do you see any problems with this change? 

Dan- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090130/64488697/attachment-0002.html 


More information about the FreeSWITCH-users mailing list