Skip to content

Commit 8b46519

Browse files
committed
silence a warning
1 parent 8e4f136 commit 8b46519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hw-cbmc/hw_cbmc_parse_options.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ int hw_cbmc_parse_optionst::doit()
114114
for (const auto &constraint : constraints) {
115115
// TODO : include the extra constraints using the new custom verifier
116116
// interface
117+
(void)constraint;
117118
}
118119
}
119120

0 commit comments

Comments
 (0)