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
