mirror of
https://github.com/curl/curl.git
synced 2026-06-07 18:14:14 +03:00
bump warnings to errors
This commit is contained in:
parent
9d7e97fe4d
commit
612557e022
25 changed files with 25 additions and 25 deletions
|
|
@ -26,7 +26,7 @@
|
|||
package appveyor;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
package azure;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
###########################################################################
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
use File::Basename;
|
||||
use File::Spec;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
package configurehelp;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
use Exporter;
|
||||
|
||||
use vars qw(
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
# curl -vkL https://localhost:<protoport>/11
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
use 5.006;
|
||||
|
||||
BEGIN {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
package directories;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
#
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
package getpart;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
package globalconfig;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#***************************************************************************
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,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";
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
package pathhelp;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
use File::Spec;
|
||||
|
||||
BEGIN {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
package processhelp;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#***************************************************************************
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
package runner;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
use 5.006;
|
||||
|
||||
use File::Basename;
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
# given, this won't be a problem.
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
use 5.006;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
# non-secure test harness servers.
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
package serverhelp;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ package servers;
|
|||
use IO::Socket;
|
||||
use Time::HiRes;
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
package sshhelp;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
# Also creates the ssh configuration files needed for these tests.
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
use Cwd;
|
||||
use Cwd 'abs_path';
|
||||
use Digest::MD5;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
package testutil;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#***************************************************************************
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
package valgrind;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue