xcode/clang: clang: warning: argument unused during compilation: '-fcheck-new'

This warning can be silenced by adding the flag -Qunused-arguments

It's a warning because clang does not support the -fcheck-new argument


你可能感兴趣的:(xcode/clang: clang: warning: argument unused during compilation: '-fcheck-new')