Add (void) casts for variables used only in assert()s.
Report from Akim Demaille. * src/ltlvisit/snf.cc, src/ta/taexplicit.cc, src/taalgos/tgba2ta.cc, src/tgbaalgos/dupexp.cc, src/tgbaalgos/stutter.cc: Here.
This commit is contained in:
parent
78e63d0324
commit
f2ba94f4d4
5 changed files with 7 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ namespace spot
|
|||
visit(const constant* c)
|
||||
{
|
||||
assert(c == constant::empty_word_instance());
|
||||
(void)c;
|
||||
result_ = constant::false_instance();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue