From 076417960cd0aed4146fd428684113aab2c30878 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Sat, 9 Feb 2013 21:30:56 +0100 Subject: Improve wrapping memory functions --- test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.pl') diff --git a/test.pl b/test.pl index 2be2e41..a731d0f 100755 --- a/test.pl +++ b/test.pl @@ -14,7 +14,7 @@ my %BUF_SIZE = ( short => 10, ); my $source = 'colorize.c'; -my $warning_flags = '-Wall -Wextra -Wformat -Wswitch-default -Wuninitialized -Wunused -Wno-unused-parameter'; +my $warning_flags = '-Wall -Wextra -Wformat -Wswitch-default -Wuninitialized -Wunused -Wno-unused-function -Wno-unused-parameter'; my $write_to_tmpfile = sub { -- cgit v1.2.3