We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1245e commit 308c503Copy full SHA for 308c503
src/goto-instrument/contracts/contracts.cpp
@@ -1087,8 +1087,7 @@ void code_contractst::check_frame_conditions(
1087
// Notice that for them those variables be writable,
1088
// they must appear as assigns targets anyway,
1089
// but their DECL statements are outside of the loop.
1090
- log.warning() << "Found a `DEAD` variable "
1091
- << name2string(symbol.get_identifier())
+ log.warning() << "Found a `DEAD` variable " << symbol.get_identifier()
1092
<< " without corresponding `DECL`, at: "
1093
<< instruction_it->source_location() << messaget::eom;
1094
}
0 commit comments