Do compiler warnings slow down the compilation process? For my purposes I am specifically looking at C++ compilation, using cl.exe via Team City.
Robert Greiner's answer to this question indicates that warnings do make a difference to compilation speed, but there seems to be no consensus or confirmation link.
As background, the code I've inherited generates 606 warnings.