linux之写C代码出现warning: format not a string literal and no format arguments [-Wformat-security]
生活随笔
收集整理的這篇文章主要介紹了
linux之写C代码出现warning: format not a string literal and no format arguments [-Wformat-security]
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
今天編寫c語言代碼的時候出現下面錯誤
?
解決辦法:
把printf("length is %d" + length);改成
printf("length is %d", length);
?
以后特么不要 像傻逼換這種錯誤,日來狗,寫java代碼寫習慣了,不能動不動就是+。
總結
以上是生活随笔為你收集整理的linux之写C代码出现warning: format not a string literal and no format arguments [-Wformat-security]的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux之使用indent格式化代码总
- 下一篇: linux C语言之called obj