Skip to content

Commit e74c000

Browse files
peterschrammelDaniel Kroening
authored and
Daniel Kroening
committed
Ignore return value
1 parent 8a0391d commit e74c000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/replace_symbol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ bool replace_symbolt::replace(typet &dest) const
136136
else if(dest.id()==ID_code)
137137
{
138138
code_typet &code_type=to_code_type(dest);
139-
replace(code_type.return_type());
139+
(void)replace(code_type.return_type());
140140
code_typet::parameterst &parameters=code_type.parameters();
141141
for(code_typet::parameterst::iterator it = parameters.begin();
142142
it!=parameters.end();

0 commit comments

Comments
 (0)