From 20d80015d0ac4c4b4eaf8c9bc44b3223da8f71b3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Jul 2025 14:34:31 +0200 Subject: [PATCH] cleancmd.pl: enable warnings, fix one --- .github/scripts/cleancmd.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/scripts/cleancmd.pl b/.github/scripts/cleancmd.pl index 283a9f4e93..7b79c2e65a 100755 --- a/.github/scripts/cleancmd.pl +++ b/.github/scripts/cleancmd.pl @@ -10,6 +10,11 @@ # might have a problem with that we still deem is fine. # +use strict; +use warnings; + +my @asyms; + open(S, "<./docs/libcurl/symbols-in-versions") || die "can't find symbols-in-versions"; while() {