forked from qt-creator/qt-creator
Unittests: Avoid warnings about warnings
smallstring-test.cpp:1538:32: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas] Change-Id: Ibd3236734abd20c72a67efae0ab477cab6ae8b97 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -1534,6 +1534,7 @@ TEST(SmallString, LongPathStringMoveConstuctor)
|
||||
}
|
||||
|
||||
QT_WARNING_PUSH
|
||||
QT_WARNING_DISABLE_GCC("-Wpragmas")
|
||||
QT_WARNING_DISABLE_GCC("-Wself-move")
|
||||
QT_WARNING_DISABLE_CLANG("-Wself-move")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user