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

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

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

标签:android   blog   http   io   for   art   ar   问题   

原地址:

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解决方案

标签:android   blog   http   io   for   art   ar   问题   

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

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