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

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.