cleancmd.pl: enable warnings, fix one

This commit is contained in:
Viktor Szakats 2025-07-11 14:34:31 +02:00
parent 44496db495
commit 20d80015d0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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(<S>) {