mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
bump warnings to errors
This commit is contained in:
parent
9d7e97fe4d
commit
612557e022
25 changed files with 25 additions and 25 deletions
|
|
@ -50,7 +50,7 @@
|
|||
package pathhelp;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
use File::Spec;
|
||||
|
||||
BEGIN {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue