forked from organicmaps/organicmaps
Turned back on warning about deprecated register keyword, as we fixed 3party code which caused it.
This commit is contained in:
parent
b629faf516
commit
f5667e2724
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ unix|win32-g++ {
|
|||
}
|
||||
|
||||
*-clang {
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-conversion -Werror=return-type -Wno-deprecated-register
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-conversion -Werror=return-type
|
||||
}
|
||||
|
||||
tizen{
|
||||
|
|
Loading…
Add table
Reference in a new issue