mirror of
https://github.com/curl/curl.git
synced 2026-06-07 23:14:33 +03:00
enable warnings where missing
This commit is contained in:
parent
08f97cbf5c
commit
9d7e97fe4d
2 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ use Cwd 'abs_path';
|
|||
use File::Basename;
|
||||
use File::Spec;
|
||||
|
||||
use warnings;
|
||||
|
||||
my $logdir = "log";
|
||||
my $pidfile = "$logdir/nghttpx.pid";
|
||||
my $logfile = "$logdir/http2.log";
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@ use Cwd 'abs_path';
|
|||
use File::Basename;
|
||||
use File::Spec;
|
||||
|
||||
use warnings;
|
||||
|
||||
my $logdir = "log";
|
||||
my $pidfile = "$logdir/nghttpx.pid";
|
||||
my $logfile = "$logdir/http3.log";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue