mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
Bug 1119980 - Disable warnings-as-errors for Lollipop-based B2G builds. r=glandium
--HG-- extra : rebase_source : c2ae4e68665ee7e3ad202a7ebef571f41db91cb1
This commit is contained in:
parent
534fb9f4c5
commit
5a076de335
@ -59,8 +59,11 @@ MOZ_B2G=1
|
||||
if test "$OS_TARGET" = "Android"; then
|
||||
MOZ_NUWA_PROCESS=1
|
||||
MOZ_B2G_LOADER=1
|
||||
# Warnings-as-errors cannot be enabled on Lollipop until bug 1119980 is fixed.
|
||||
if test "$PLATFORM_SDK_VERSION" -lt 21; then
|
||||
MOZ_ENABLE_WARNINGS_AS_ERRORS=1
|
||||
fi
|
||||
fi
|
||||
|
||||
MOZ_JSDOWNLOADS=1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user