码迷,mamicode.com
首页 > 其他好文 > 详细

VS2013编译protobuf报错:error C4996: 'std::_Copy_impl': Function call with parameters that may be unsafe

时间:2017-06-06 01:13:06      阅读:771      评论:0      收藏:0      [点我收藏+]

标签:vs2013   www   ref   处理   div   编译   imp   bsp   prot   

今天碰到这个问题,网上找了好久, 解决方法如下

VS2013编译protobuf报错:error C4996: ‘std::_Copy_impl‘: Function call with parameters that may be unsafe
方法一 
右键点击工程 -> 属性 -> C/C++ -> 常规 -> SDL检查 
改为:否 (/sdl-) 
编译 

O了! 

方法二 
右键点击工程 -> 属性 -> C/C++ ->预处理器 
添加宏定义 _SCL_SECURE_NO_WARNINGS 
编译 

O了!

VS2013编译protobuf报错:error C4996: ‘std::_Copy_impl‘: Function call with parameters that may be unsafe

VS2013编译protobuf报错:error C4996: 'std::_Copy_impl': Function call with parameters that may be unsafe

标签:vs2013   www   ref   处理   div   编译   imp   bsp   prot   

原文地址:http://www.cnblogs.com/skynet996/p/6947591.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!