diff options
author | Steven Schubiger <stsc@refcnt.org> | 2013-02-09 21:30:56 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2013-02-09 21:30:56 +0100 |
commit | 076417960cd0aed4146fd428684113aab2c30878 (patch) | |
tree | 4c01c4b14c15bc063f3332f385f62852c9a71673 /test.pl | |
parent | 73c70574f731e434b4e3a01eb5d4e9583ba0db6a (diff) | |
download | colorize-076417960cd0aed4146fd428684113aab2c30878.tar.gz colorize-076417960cd0aed4146fd428684113aab2c30878.tar.bz2 |
Improve wrapping memory functions
Diffstat (limited to 'test.pl')
-rwxr-xr-x | test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |