I have a function with this line so the function ConvertSampleToTrigonometryRange is definitely called somewhere. Does this look like anything already reported?
double const shiftedRadian= std::asin(ConvertSampleToTrigonometryRange()) + phaseShift_;
no I do not think so.. can you create a ticket?
https://trac.cppcheck.net/ticket/9282
The bug is triggered by using the shorthand notation for the return type of function declarations.
Log in to post a comment.
I have a function with this line so the function ConvertSampleToTrigonometryRange is definitely called somewhere. Does this look like anything already reported?
double const shiftedRadian= std::asin(ConvertSampleToTrigonometryRange()) + phaseShift_;
no I do not think so.. can you create a ticket?
https://trac.cppcheck.net/ticket/9282
The bug is triggered by using the shorthand notation for the return type of function declarations.