From fd518d989cda18adc1fe07d18cd3514e34cc7f11 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 14 Jul 2025 20:12:01 +0200 Subject: [PATCH] ciconfig.pl: enable warnings, fix them --- scripts/ciconfig.pl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/ciconfig.pl b/scripts/ciconfig.pl index 93358def21..1d8f235564 100755 --- a/scripts/ciconfig.pl +++ b/scripts/ciconfig.pl @@ -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 = (