mirror of
https://github.com/curl/curl.git
synced 2026-07-17 12:17:21 +03:00
runtests: consider warnings fatal and error on them
To help us detect and fix warnings in this script easier and faster. Assisted-by: Jakob Hirsch Ref: #10206 Closes #10208
This commit is contained in:
parent
2bc1d775f5
commit
22f795c834
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ BEGIN {
|
|||
}
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
# Promote all warnings to fatal
|
||||
use warnings FATAL => 'all';
|
||||
use Cwd;
|
||||
use Digest::MD5 qw(md5);
|
||||
use MIME::Base64;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue