winetest: Consistently use strict and warnings in the main CGI scripts.

Alexandre Julliard julliard at winehq.org
Tue Jul 22 12:05:45 CDT 2014


Francois Gouget <fgouget at codeweavers.com> writes:

> diff --git a/winetest/winetest.cgi b/winetest/winetest.cgi
> index 8c72e02..61dba49 100755
> --- a/winetest/winetest.cgi
> +++ b/winetest/winetest.cgi
> @@ -1,4 +1,4 @@
> -#!/usr/bin/perl
> +#!/usr/bin/perl -w

Any reason for adding this? I thought you wanted to remove them...

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list