On Thu, Oct 25, 2012 at 04:27:02PM +0200, Janne Grunau wrote: > Use a different char* for extracing info string from the url. The
extracTing, URL > other pointer can be made const then which elimates the need of a the need for > cast and fixes following warnings: fixes the following > warning: to be safe all intermediate pointers in cast from ‘char **’ to > ‘const char **’ must be ‘const’ qualified [-Wcast-qual] > --- > avserver.c | 21 +++++++++++---------- > 1 file changed, 11 insertions(+), 10 deletions(-) OK Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
