mirror of
https://github.com/curl/curl.git
synced 2026-06-07 10:44:17 +03:00
ciconfig.pl: enable warnings, fix them
This commit is contained in:
parent
370fb4f8c8
commit
fd518d989c
1 changed files with 8 additions and 0 deletions
|
|
@ -23,6 +23,14 @@
|
|||
#
|
||||
###########################################################################
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my %with;
|
||||
my %without;
|
||||
my %used;
|
||||
my %avail;
|
||||
|
||||
# these options are enabled by default in the sense that they will attempt to
|
||||
# check for and use this feature without the configure flag
|
||||
my %defaulton = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue