diff --git a/src/libs/vlayout/vlayout.pro b/src/libs/vlayout/vlayout.pro index 23b723fb0..694a78248 100644 --- a/src/libs/vlayout/vlayout.pro +++ b/src/libs/vlayout/vlayout.pro @@ -62,7 +62,7 @@ CONFIG(debug, debug|release){ # -isystem key works only for headers. In some cases it's not enough. But we can't delete these warnings and # want them in the global list. Compromise decision is to delete them from the local list. QMAKE_CXXFLAGS -= \ - -Wno-long-long \ + -Wlong-long \ noAddressSanitizer{ # For enable run qmake with CONFIG+=noAddressSanitizer # do nothing