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
-fcheck-newclangは引数をサポートしていないため、これは警告です。
-fcheck-new