天天看点

解决不了的C4786BUG: You still receive a "warning C4768" message even if you use the warning pragma to disable the warning in Visual C++和BUG: C4786 or C1067 Caused by Long Identifier and /Zi

为了方便将来的技术支持,给所有的Release版增加了/Zi选项,生成一个比较完整的pdb文件。

结果发现出现了一些无论如何都禁不掉的4786警告,在尝试多次无效之后,决定google一下。结果发现这是MS

 VC 6的bug,而且MS不打算做修改。

具体可以参考微软技术支持网站的

Article ID: 167355

BUG: You still receive a "warning C4768" message even if you use the warning pragma to disable the warning in Visual C++

也就是说加了/Zi就可能会出现一些C4786,如果去掉/Zi就会消失,那就只能随他去了。

Article ID: 122539

BUG: C4786 or C1067 Caused by Long Identifier and /Zi