[linux] Fixed warning

This commit is contained in:
MapsWithMe OSM User 2014-08-31 23:56:47 +02:00 committed by Alex Zolotarev
parent f72a6cf763
commit e9eab8ba45

View file

@ -18,8 +18,8 @@ CONFIG -= depend_includepath
CONFIG *= c++11
# For old android gcc 4.6
!android* {
QMAKE_CFLAGS *= -Wno-deprecated-register
QMAKE_CXXFLAGS *= -Wno-deprecated-register
QMAKE_CFLAGS *= -Wno-deprecated-register -Wno-unused-local-typedefs
QMAKE_CXXFLAGS *= -Wno-deprecated-register -Wno-unused-local-typedefs
}
# Automatically enable release config for production