Hacker News new | ask | show | jobs
by foxtacles 766 days ago
It just removes the warning, which is impossible to get rid of otherwise. This bug has persisted all the way into MSVC 6.0:

https://web.archive.org/web/20000519112833/https://support.m...

Since the warning is relatively useless we opted to fix C2.EXE so that it is never emitted. It generates a lot of noise during compilation otherwise (if you are using templates).