Avoid -wall

This commit is contained in:
Wilson Snyder 2010-12-26 15:26:04 -05:00
parent bcd90d3401
commit 4a2e68a0fd
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
top_filename("t/t_lint_implicit.v");
compile (
v_flags2 => ["--lint-only -Wall -Wno-DECLFILENAME"],
v_flags2 => ["--lint-only -Wwarn-IMPLICIT"],
fails=>1,
expect=>
'%Warning-IMPLICIT: t/t_lint_implicit.v:\d+: Signal definition not found, creating implicitly: b

View File

@ -8,7 +8,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# Version 2.0.
compile (
v_flags2 => ["--lint-only -Wall -Wno-DECLFILENAME"],
v_flags2 => ["--lint-only -Wwarn-VARHIDDEN"],
fails=>$Self->{v3},
expect=>
'%Warning-VARHIDDEN: t/t_var_bad_hide.v:\d+: Declaration of signal hides declaration in upper scope: top

View File

@ -8,7 +8,7 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
# Version 2.0.
compile (
v_flags2 => ["--lint-only -Wall -Wno-DECLFILENAME"],
v_flags2 => ["--lint-only -Wwarn-VARHIDDEN"],
fails=>$Self->{v3},
expect=>
'%Warning-VARHIDDEN: t/t_var_bad_hide2.v:\d+: Declaration of signal hides declaration in upper scope: t