]> git.refcnt.org Git - colorize.git/blobdiff - test.pl
Improve wrapping memory functions
[colorize.git] / test.pl
diff --git a/test.pl b/test.pl
index 2be2e41f255964737ca2252ec8101888f491016b..a731d0f41289c51224495b4001981d8bf6e5fc10 100755 (executable)
--- 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
 {