Hi all,
I updated my ToT build of clang, and now it complains that:
-Wno-c++0x-static-nonintegral-init
is unknown. Was it deliberately removed or renamed?
Thanks,
Hi all,
I updated my ToT build of clang, and now it complains that:
-Wno-c++0x-static-nonintegral-init
is unknown. Was it deliberately removed or renamed?
Thanks,
It was removed some time ago, we just didn't complain about unknown
-Wno-* flags until very recently.
-Matt
The recent change which will have triggered this is that we now warn on unknown -Wno-* arguments. That diagnostic flag was renamed 8 months ago: the warning name was completely wrong (the warning is unrelated to C++11) and is now under -Wstatic-member-init.