From f47c18a1dccc30dd484ebe00f98128cd4eff1754 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Jul 2025 14:56:24 +0200 Subject: [PATCH] randdisable: enable warnings, fix one --- scripts/randdisable | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/randdisable b/scripts/randdisable index f8a7a147ed..1ccaf6f10d 100755 --- a/scripts/randdisable +++ b/scripts/randdisable @@ -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) {