Hacker News new | ask | show | jobs
by rcyeh 1184 days 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/compile...

“variable == value;”

https://learn.microsoft.com/en-us/cpp/error-messages/compile...