opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
783 stars 316 forks source link

Fix warnings produced by g++11 #3682

Closed adamkewley closed 8 months ago

adamkewley commented 8 months ago

These minor changes are to fix warnings that are produced by g++11.

The specific warnings relate to:


This change is Reviewable