View previous topic :: View next topic |
Author |
Message |
freeswitch-users at di... Guest
|
Posted: Fri Jan 30, 2009 4:37 pm Post subject: [Freeswitch-users] compiling mod_openzap |
|
|
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- |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Fri Jan 30, 2009 5:34 pm Post subject: [Freeswitch-users] compiling mod_openzap |
|
|
This is fixed in svn trunk now, I will have to do a little bit of autoconf work to get the build w/o libpcap working again but expect that this weekend.
Mike
On Jan 30, 2009, at 4:35 PM, Dan wrote:
|
|
Back to top |
|
|
|