From 44496db49585cc8ebdef0d80340b9932dab81bc6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Jul 2025 14:33:51 +0200 Subject: [PATCH] cmp-config.pl: enable warnings --- .github/scripts/cmp-config.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/cmp-config.pl b/.github/scripts/cmp-config.pl index cb47870fe3..88df37b795 100755 --- a/.github/scripts/cmp-config.pl +++ b/.github/scripts/cmp-config.pl @@ -23,6 +23,9 @@ # ########################################################################### +use strict; +use warnings; + my $autotools = $ARGV[0]; my $cmake = $ARGV[1];