mirror of
https://github.com/curl/curl.git
synced 2026-06-07 14:34:21 +03:00
randdisable: enable warnings, fix one
This commit is contained in:
parent
7b20671570
commit
f47c18a1dc
1 changed files with 5 additions and 0 deletions
|
|
@ -20,8 +20,13 @@
|
|||
# - edit the @tls array to include all TLS backends you can build with
|
||||
# - do a checkout in a ram-based filesystem
|
||||
#
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use List::Util qw/shuffle/;
|
||||
|
||||
my @disable;
|
||||
|
||||
sub getoptions {
|
||||
my @all = `./configure --help`;
|
||||
for my $o (@all) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue