forked from organicmaps/organicmaps
[linux] Fixed warning
This commit is contained in:
parent
f72a6cf763
commit
e9eab8ba45
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue