Removed checks:
- Checks for variables hiding enums or typedefs have been removed
However, in the warnings llisted it was not a variable, but another (duplicate) typedef that hides the original typedef. That is clearly a bug, and I would certainly like to be notified of those going forward.
Is this intended behavior? Or is there some way to get that warning back?
What about the other missing warnings? Am I doing something wrong here?
Thanks again for all your help!
Last edit: Bill Torpey 2016-04-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi (again):
At the risk of seeming pedantic, I recently started using the 1.73 release, and I notice that I'm missing some warnings that I used to get:
FWIW, these were not false positives.
I did notice in release notes for 1.73 that:
However, in the warnings llisted it was not a variable, but another (duplicate) typedef that hides the original typedef. That is clearly a bug, and I would certainly like to be notified of those going forward.
Is this intended behavior? Or is there some way to get that warning back?
What about the other missing warnings? Am I doing something wrong here?
Thanks again for all your help!
Last edit: Bill Torpey 2016-04-14
those last 2 warnings looks interesting. Can you show some reduced code?
The check variableHidingTypedef has been removed completly. So there is no switch/flag to bring it back.