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:

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-
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to