зеркало из https://github.com/mozilla/gecko-dev.git
backout b707277861fc (bug 903513) for mac bustage
This commit is contained in:
Родитель
9cc4c77ef2
Коммит
f162e28912
|
@ -1257,8 +1257,6 @@ if test "$GNU_CC"; then
|
|||
WARNINGS_AS_ERRORS='-Werror'
|
||||
# Don't treat -Wuninitialized as error b/c it has lots of false positives.
|
||||
WARNINGS_AS_ERRORS="$WARNINGS_AS_ERRORS -Wno-error=uninitialized"
|
||||
# Don't treat -Wmaybe-uninitialized as error b/c it has lots of false positives.
|
||||
WARNINGS_AS_ERRORS="$WARNINGS_AS_ERRORS -Wno-error=maybe-uninitialized"
|
||||
# Don't treat -Wdeprecated-declarations as error b/c we don't want our
|
||||
# builds held hostage when a platform-specific API is suddenly deprecated.
|
||||
WARNINGS_AS_ERRORS="$WARNINGS_AS_ERRORS -Wno-error=deprecated-declarations"
|
||||
|
|
|
@ -1068,8 +1068,6 @@ if test "$GNU_CC"; then
|
|||
WARNINGS_AS_ERRORS='-Werror'
|
||||
# Don't treat -Wuninitialized as error b/c it has lots of false positives.
|
||||
WARNINGS_AS_ERRORS="$WARNINGS_AS_ERRORS -Wno-error=uninitialized"
|
||||
# Don't treat -Wmaybe-uninitialized as error b/c it has lots of false positives.
|
||||
WARNINGS_AS_ERRORS="$WARNINGS_AS_ERRORS -Wno-error=maybe-uninitialized"
|
||||
# Don't treat -Wdeprecated-declarations as error b/c we don't want our
|
||||
# builds held hostage when a platform-specific API is suddenly deprecated.
|
||||
WARNINGS_AS_ERRORS="$WARNINGS_AS_ERRORS -Wno-error=deprecated-declarations"
|
||||
|
|
Загрузка…
Ссылка в новой задаче