mirror of
https://github.com/curl/curl.git
synced 2026-06-08 02:04:28 +03:00
cmp-config.pl: enable warnings
This commit is contained in:
parent
b69a6c5bec
commit
44496db495
1 changed files with 3 additions and 0 deletions
3
.github/scripts/cmp-config.pl
vendored
3
.github/scripts/cmp-config.pl
vendored
|
|
@ -23,6 +23,9 @@
|
|||
#
|
||||
###########################################################################
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $autotools = $ARGV[0];
|
||||
my $cmake = $ARGV[1];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue