I'm running Qt Creator 15.0.1 on Windows, and I'm getting warnings about incompatibilites with C++98. This is appearing as annotations in code editor.
I've added the following to the .pro file, but it didn't change any behavior
CONFIG -= c++98 CONFIG += c++11 CONFIG += c++17How can I get the clang code model to ignore C++98 issues?