]> git.refcnt.org Git - colorize.git/blobdiff - test.pl
add -Wno-unused-parameter
[colorize.git] / test.pl
diff --git a/test.pl b/test.pl
index d8fc52a89264ad0d2108d1af4c610e4476853f7d..5329e1ff6b17e9a7a004ef3c7cc7c9f339f8e5cb 100755 (executable)
--- a/test.pl
+++ b/test.pl
@@ -9,7 +9,7 @@ use Test::More tests => 9;
 
 my $BUF_SIZE = 1024;
 my $source = 'colorize.c';
-my $warning_flags = '-Wall -Wextra -Wformat -Wswitch-default -Wuninitialized -Wunused';
+my $warning_flags = '-Wall -Wextra -Wformat -Wswitch-default -Wuninitialized -Wunused -Wno-unused-parameter';
 
 my $write_to_tmpfile = sub
 {