比如:Warning3warningC4996:'strcpy':Thisfunctionorvariablemaybeunsafe.Considerusingstrcpy_sinstead.Todisabledeprecation,use_CRT_SECURE_NO_WARNINGS.Seeonlinehelpfordetails...
比如:
Warning 3 warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. D:\TDCDMA_PchrParse_Solution\Public\minigzip.cpp 204 TDCDMA_PchrParse_Dll 1
和
Warning 1 warning C4244: 'argument' : conversion from 'UINT64' to 'DWORD', possible loss of data D:\TDCDMA_PchrParse_Solution\Public\ExpandIe.cpp 581 TDCDMA_PchrParse_Dll 1
以及
Warning 11 warning C4244: '=' : conversion from 'ULONGLONG' to 'DWORD', possible loss of data D:\TDCDMA_PchrParse_Solution\TDCDMA_PchrParse_Dll\ParsePchr.cpp 1602 TDCDMA_PchrParse_Dll 1
因为没有继续优化的必要,想忽略掉这些,网上有说: 项目》 右键 》设置》 警告级别调低,出这个外还有其他方法吗?我想消除指定的Warning,而不是一刀切。