forked from organicmaps/organicmaps
[android] Fixed annoying boost warnings
This commit is contained in:
parent
ee169e3eef
commit
aaae9c6f8c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ contains(ANDROID_TARGET_ARCH, arm) {
|
|||
}
|
||||
}
|
||||
|
||||
QMAKE_CFLAGS_WARN_ON = -Wall -W
|
||||
QMAKE_CFLAGS_WARN_ON = -Wall -W -Wno-unused-local-typedefs
|
||||
QMAKE_CFLAGS_WARN_OFF =
|
||||
QMAKE_CFLAGS_SHLIB = -fPIC
|
||||
QMAKE_CFLAGS_YACC = -Wno-unused -Wno-parentheses
|
||||
|
|
Loading…
Add table
Reference in a new issue