首页 > 其他 > 详细

Error format not a string literal and no format arguments解决方案

时间:2014-08-10 12:40:20      阅读:386      评论:0      收藏:0      [点我收藏+]

原地址:

http://blog.csdn.net/joeblackzqq/article/details/25985299

 

cData.cpp:355:30:error:format not a string literal and no fomat arguments [-Werror=format-security]
cData.cpp:387:42:error:format not a string literal and no fomat arguments [-Werror=format-security]
cc1plus.exe:some warnings being treated as errors

原因:

  android-ndk-r9与Eclipse的版本不兼容问题

方案之一(我搜到的):

  在对应项目的proj.android/jni/Application.mk添加一句话

  APP_CFLAGS += -Wno-error=format-security

  意思就是无视这个error

可以解决编译出错问题, 如有更好方案, 请不吝赐教.

Error format not a string literal and no format arguments解决方案,布布扣,bubuko.com

Error format not a string literal and no format arguments解决方案

原文:http://www.cnblogs.com/123ing/p/3902480.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!