From 95ef34bf729d57f97d31bab1faacb4d8dbe55aca Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 28 Oct 2015 16:24:28 +0200 Subject: [PATCH] Removed wrong key. --HG-- branch : develop --- src/libs/vlayout/vlayout.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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