https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84583
Francois Kritzinger <francoisk777 at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francoisk777 at gmail dot com --- Comment #3 from Francois Kritzinger <francoisk777 at gmail dot com> --- Still present in GCC 14.2, triggered in OpenSim 4.5.2. The patch required to fix it: --- a/OpenSim/Simulation/SimbodyEngine/TransformAxis.h +++ b/OpenSim/Simulation/SimbodyEngine/TransformAxis.h @@ -57,8 +57,8 @@ public: generalized coordinate names that serve as the independent variables of the transform function. **/ OpenSim_DECLARE_LIST_PROPERTY(coordinates, std::string, - "Names of the coordinates that serve as the independent variables \ - of the transform function."); + "Names of the coordinates that serve as the independent variables " + "of the transform function.");