mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:07:23 +03:00
memanalyze.pl: remove strict+warnings
These introduced *hundreds* of lines of output in a single test run.
I think this also shows strict+warnigns in perl in their most annoying
way.
Follow-up to 2ec54556d4
Closes #18048
This commit is contained in:
parent
513b664980
commit
fc98a630cf
1 changed files with 0 additions and 3 deletions
|
|
@ -29,9 +29,6 @@
|
|||
# MEM mprintf.c:1103 realloc(e5718, 64) = e6118
|
||||
# MEM sendf.c:232 free(f6520)
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $mallocs=0;
|
||||
my $callocs=0;
|
||||
my $reallocs=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue