From fc98a630cfb27dd097b31b57aa59fb578b390063 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 28 Jul 2025 08:59:26 +0200 Subject: [PATCH] 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 --- tests/memanalyze.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/memanalyze.pl b/tests/memanalyze.pl index e794972a33..e1eaf0c947 100755 --- a/tests/memanalyze.pl +++ b/tests/memanalyze.pl @@ -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; -- 2.47.2