mirror of
https://github.com/curl/curl.git
synced 2026-06-07 19:44:17 +03:00
extract-unit-protos: enable strict/warnings, fix them
This commit is contained in:
parent
c052bd176f
commit
13afb1bf10
1 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,12 @@
|
|||
#
|
||||
###########################################################################
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my @proto;
|
||||
my %inc;
|
||||
|
||||
sub scanfile {
|
||||
my ($file) = @_;
|
||||
open(F, "<$file") || die "$file failed";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue