Revert "linux: turn on -Wextra"

Compiled locally and on trybots but failed on builder?!

This reverts commit r42688.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@42689 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
evan@chromium.org 2010-03-25 22:58:47 +00:00
Родитель 42122df5d9
Коммит 9771e7a5b1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -704,7 +704,8 @@
'-pthread',
'-fno-exceptions',
'-Wall',
'-Wextra',
# TODO(evan): turn this back on once the v8 change lands.
#'-Wextra',
# Don't warn about unused function params. We use those everywhere.
'-Wno-unused-parameter',
# Don't warn about the "struct foo f = {0};" initialization pattern.