Fix compiler warning in breakpad when using latest clang.

This commit is contained in:
Cheng Zhao 2014-04-14 23:54:36 +08:00
Родитель d654afde5f
Коммит 6f4aed83f0
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -115,6 +115,7 @@
'xcode_settings': {
'WARNING_CFLAGS': [
'-Wno-deprecated-declarations',
'-Wno-deprecated-register',
'-Wno-unused-private-field',
'-Wno-unused-function',
],