Suppress warning -Warray-bounds on global level.
--HG-- branch : develop
This commit is contained in:
parent
2dff387e5e
commit
c6efe1597f
|
@ -813,6 +813,11 @@ GCC_DEBUG_CXXFLAGS += \
|
|||
-Wextra \
|
||||
-fno-omit-frame-pointer # Need for exchndl.dll
|
||||
|
||||
win32:equals(QT_MAJOR_VERSION, 5):equals(QT_MINOR_VERSION, 6) {
|
||||
GCC_DEBUG_CXXFLAGS += \
|
||||
-Wno-array-bounds # annoying warning
|
||||
}
|
||||
|
||||
CLANG_DEBUG_CXXFLAGS += \
|
||||
-O0 \
|
||||
-Wall \
|
||||
|
|
Loading…
Reference in New Issue
Block a user