Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如题:
对于我使用的 -fcheck-new 选项,我经常收到这个警告,它在 Xcode4 中淹没了我的屏幕。
clang: warning: argument unused during compilation: '-fcheck-new'
难道是clang不支持这个gcc编译选项???我怎样才能摆脱警告?
谢谢!
可以通过添加标志来消除此警告-Qunused-arguments
-Qunused-arguments
这是一个警告,因为 clang 不支持该-fcheck-new论点。
-fcheck-new