https://bugs.kde.org/show_bug.cgi?id=357615
Kevin Funk <kf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release_blocker --- Comment #2 from Kevin Funk <kf...@kde.org> --- Also marking this as release blocker. There are some serious issues with the "default compiler flags" provided by our Defines & Includes manager. E.g.: QString defaultArguments() { return {}; QStringLiteral("-ferror-limit=100 -fspell-checking -Wdocumentation -Wunused-parameter -Wunreachable-code -Wall -std=c++11"); } ^ Leaks into *every* compiler invocation afaics. Shouldn't append -std=c++11 for C files, though. -- You are receiving this mail because: You are watching all bug changes.