On 29/11/13 19:26, Diego Biurrun wrote: > --- > > This eliminates the "-w" option to enable warnings. I'll gladly enable > it through some setting in the Perl code itself if somebody tells me how.
use warnings; use strict; ( Thanks to Gianni Ceccarelli for the immediate advice ) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
