mirror of
https://github.com/curl/curl.git
synced 2026-06-07 17:24:21 +03:00
cleancmd.pl: enable warnings, fix one
This commit is contained in:
parent
44496db495
commit
20d80015d0
1 changed files with 5 additions and 0 deletions
5
.github/scripts/cleancmd.pl
vendored
5
.github/scripts/cleancmd.pl
vendored
|
|
@ -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>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue