clang: warning: argument unused during compilation...

5830阅读 0评论2015-12-29 fender0107401
分类:Android平台

If you see this warning when using clang with ccache, you can use "-Qunused-arguments" to work around it.

That is a ccache bug. It seems that ccache pass too many argument in linking operations (not sure about this).



上一篇:今天用GNU Octave处理大量的数据,结果发现cell似乎没法做内存的preallocation。
下一篇:GTKMM总结