You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most are related to a new warning in GCC8.0+ (-Wcatch-value; performance optimization). Others are -Wunused-but-set-variable (minor quality thing) and -Wimplicit-fallthrough (genuine mistakes, fortunately without ill effects).
I fixed these in the PR.
The text was updated successfully, but these errors were encountered:
First of all, many thanks for spotting and fixing this! As you might have noticed the Tudat support/development is a bit slowed down during the summer period. But just to let you know, the main developer will be back in a few weeks so he will be able to come back to you on this and also on your other posts and fixes. Thank you again very much for spotting all those issues and offering possible fixes for them :)
As per title.
Most are related to a new warning in GCC8.0+ (
-Wcatch-value
; performance optimization). Others are-Wunused-but-set-variable
(minor quality thing) and-Wimplicit-fallthrough
(genuine mistakes, fortunately without ill effects).I fixed these in the PR.
The text was updated successfully, but these errors were encountered: