Skip to content

Commit

Permalink
Fix compilation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux committed Jan 16, 2025
1 parent ae9fac6 commit 4dc898b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problem.impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ CORBA::Any* Problem::getParameter(const char* name) {
char* Problem::getParameterDoc(const char* name) {
if (problemSolver()->problem() != NULL) {
try {
const core::ParameterDescription& desc =
const core::ParameterDescription desc =
core::Problem::parameterDescription(name);
std::stringstream ss;
ss << desc.doc() << " [Default: ";
Expand Down

0 comments on commit 4dc898b

Please sign in to comment.