format not a string literal and no format arguments
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了format not a string literal and no format arguments相关的知识,希望对你有一定的参考价值。
今天cocos2d-x打包 android的时候报错:format not a string literal and no format arguments
报错点是:__String::createWithFormat(s_szFuWenEffect2[GetType()])->getCString()
代码vs2015编译是通过的,没任何问题。
修改方法:__String::createWithFormat("%s", s_szFuWenEffect2[GetType()])->getCString()
以上是关于format not a string literal and no format arguments的主要内容,如果未能解决你的问题,请参考以下文章
解决编译时出现的警告:format string is not a string literal (potentially insecure)
ORA-01861: literal does not match format string
Oracle问题之literal does not match format string
为啥我的 oracle to_date 返回此错误 ORA-01861: literal does not match format string
解决sqoop 导入oracle表时 --split-by参数为日期类型时的报错:ORA-01861: literal does not match format string