enable warnings where missing

This commit is contained in:
Viktor Szakats 2025-07-09 21:18:29 +02:00
parent 08f97cbf5c
commit 9d7e97fe4d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 4 additions and 0 deletions

View file

@ -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";

View file

@ -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";