An error occurred while fetching this tab.
GCC 8 Warning Fixes, 21.2 branch (2019.07.16.)
- Jul 16, 2019
-
-
Attila Krasznahorkay authored
It was just the "fallthrough warning" that was throwing me off. :-(
9fe14753 -
Attila Krasznahorkay authored
It was fixed in the master branch a while ago, but was never backported to 21.2...
f84fc6d1 -
Attila Krasznahorkay authored
The code here was weird. I was trying to make it behave the most reasonable that I could make it. Will have to check with the experts about this update.
8a655384 -
Attila Krasznahorkay authored
These were all coming from switch(...) { case... } statements. Not providing default values for them, and not making it clear when a case is actually supposed to fall through to the subsequent commands.
f4111b50 -
Attila Krasznahorkay authored
These are mostly fixing catch(...) statements to receive exception objects by constant reference instead of by value.
9c16e7a9
-