зеркало из https://github.com/mozilla/gecko-dev.git
Bug 703121 - Part 2 - Do not force warnings-as-errors to be disabled on Android. r=khuey
This commit is contained in:
Родитель
d14c89681d
Коммит
ef5acea3ad
|
@ -475,13 +475,6 @@ FAIL_ON_WARNINGS_DEBUG=
|
|||
FAIL_ON_WARNINGS=
|
||||
endif # WINNT && (MOS_PROFILE_GENERATE ^ MOZ_PROFILE_USE)
|
||||
|
||||
# Also clear FAIL_ON_WARNINGS[_DEBUG] for Android builds, since
|
||||
# they have some platform-specific warnings we haven't fixed yet.
|
||||
ifeq ($(OS_TARGET),Android)
|
||||
FAIL_ON_WARNINGS_DEBUG=
|
||||
FAIL_ON_WARNINGS=
|
||||
endif # Android
|
||||
|
||||
# Now, check for debug version of flag; it turns on normal flag in debug builds.
|
||||
ifdef FAIL_ON_WARNINGS_DEBUG
|
||||
ifdef MOZ_DEBUG
|
||||
|
|
|
@ -475,13 +475,6 @@ FAIL_ON_WARNINGS_DEBUG=
|
|||
FAIL_ON_WARNINGS=
|
||||
endif # WINNT && (MOS_PROFILE_GENERATE ^ MOZ_PROFILE_USE)
|
||||
|
||||
# Also clear FAIL_ON_WARNINGS[_DEBUG] for Android builds, since
|
||||
# they have some platform-specific warnings we haven't fixed yet.
|
||||
ifeq ($(OS_TARGET),Android)
|
||||
FAIL_ON_WARNINGS_DEBUG=
|
||||
FAIL_ON_WARNINGS=
|
||||
endif # Android
|
||||
|
||||
# Now, check for debug version of flag; it turns on normal flag in debug builds.
|
||||
ifdef FAIL_ON_WARNINGS_DEBUG
|
||||
ifdef MOZ_DEBUG
|
||||
|
|
Загрузка…
Ссылка в новой задаче