Closed ErikCJohansson closed 6 years ago
It appears I've tripped over my own feet with regards to the -Woverloaded-virtual warning. It's not included in the set of warnings brought in by -Wall in most environments.
-Wsign-compare was not enabled by -Wall in my case either, which explains why I'm not seeing those.
I'll bin the changes related to the overloaded-virtual warning.
Closing and reopening to trigger Travis
Building the code using the '-Wall' compiler option creates numerous warnings. The proposed fixes changes no functionality but reduces chatter when building with '-Wall' using e.g. gcc version 7.3.1.
Thanks