We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7211280 commit e5f3c41Copy full SHA for e5f3c41
jbmc/src/java_bytecode/expr2java.h
@@ -83,7 +83,7 @@ std::string floating_point_to_java_string(float_type value)
83
{
84
return std::stod(decimal) == value;
85
}
86
- catch(std::out_of_range)
+ catch(std::out_of_range &)
87
88
return false;
89
0 commit comments