зеркало из https://github.com/mozilla/gecko-dev.git
Bug 716544 - Enable warnings as errors on mobile. r=khuey
This commit is contained in:
Родитель
f764b87240
Коммит
c32782bc12
|
@ -19,3 +19,6 @@ export JAVA_HOME=/tools/jdk6
|
|||
export MOZILLA_OFFICIAL=1
|
||||
|
||||
ac_add_options --with-branding=mobile/android/branding/nightly
|
||||
|
||||
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
|
||||
ac_add_options --enable-warnings-as-errors
|
||||
|
|
|
@ -19,3 +19,6 @@ export JAVA_HOME=/tools/jdk6
|
|||
export MOZILLA_OFFICIAL=1
|
||||
|
||||
ac_add_options --with-branding=mobile/android/branding/nightly
|
||||
|
||||
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
|
||||
ac_add_options --enable-warnings-as-errors
|
||||
|
|
|
@ -19,3 +19,6 @@ export JAVA_HOME=/tools/jdk6
|
|||
export MOZILLA_OFFICIAL=1
|
||||
|
||||
ac_add_options --with-branding=mobile/xul/branding/nightly
|
||||
|
||||
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
|
||||
ac_add_options --enable-warnings-as-errors
|
||||
|
|
|
@ -22,3 +22,6 @@ export JAVA_HOME=/tools/jdk6
|
|||
export MOZILLA_OFFICIAL=1
|
||||
|
||||
ac_add_options --with-branding=mobile/xul/branding/nightly
|
||||
|
||||
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
|
||||
ac_add_options --enable-warnings-as-errors
|
||||
|
|
Загрузка…
Ссылка в новой задаче