forked from qt-creator/qt-creator
Clang: Disable warning newline-eof
Change-Id: I9a773d70485f3e534e7fabdde3bd5936002c851c Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -214,6 +214,7 @@ private:
|
||||
add(QStringLiteral("-Wno-c++98-compat"));
|
||||
add(QStringLiteral("-Wno-c++98-compat-pedantic"));
|
||||
add(QStringLiteral("-Wno-unused-macros"));
|
||||
add(QStringLiteral("-Wno-newline-eof"));
|
||||
|
||||
if (m_projectPart->languageVersion >= ProjectPart::CXX98)
|
||||
add(QStringLiteral("-Wno-missing-prototypes"));
|
||||
|
||||
Reference in New Issue
Block a user