mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
bump warnings to errors
This commit is contained in:
parent
9d7e97fe4d
commit
612557e022
25 changed files with 25 additions and 25 deletions
|
|
@ -30,7 +30,7 @@ use Cwd 'abs_path';
|
|||
use File::Basename;
|
||||
use File::Spec;
|
||||
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
my $logdir = "log";
|
||||
my $pidfile = "$logdir/nghttpx.pid";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue