t***@gmail.com
2018-03-29 09:51:51 UTC
Hi!
I upgraded to Qt Creator 4.6.0 and was happy to see all the stuff that
went in. However, it now dislikes the Q_OBJECT macro:
warning: unknown warning group '-Wsuggest-override', ignored
Looks like another disparity between gcc and clang warning options.
I guess it somehow picks up this:
QT_WARNING_DISABLE_GCC("-Wsuggest-override")
instead of the correct clang-specific warning option.
Best regards,
Timur
I upgraded to Qt Creator 4.6.0 and was happy to see all the stuff that
went in. However, it now dislikes the Q_OBJECT macro:
warning: unknown warning group '-Wsuggest-override', ignored
Looks like another disparity between gcc and clang warning options.
I guess it somehow picks up this:
QT_WARNING_DISABLE_GCC("-Wsuggest-override")
instead of the correct clang-specific warning option.
Best regards,
Timur