5 ms·
Wow! I was about to comment: when there are so many unheeded “noise” warnings, it can be easy to miss rare ones and new ones. I remember a codebase with thousa
by rcyeh 4y ago
Wow! I was about to comment: when there are so many unheeded “noise” warnings, it can be easy to miss rare ones and new ones.
I remember a codebase with thousands of warnings, and hiding among them were a few with the word “intend”, like:
“if (condition); statement;”
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-3-c4390 https://learn.microsoft.com/en-us/cpp/error-messages/compile...
“variable == value;”
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4553 https://learn.microsoft.com/en-us/cpp/error-messages/compile...