Fix compiler warning in breakpad when using latest clang.
This commit is contained in:
Родитель
d654afde5f
Коммит
6f4aed83f0
|
@ -115,6 +115,7 @@
|
|||
'xcode_settings': {
|
||||
'WARNING_CFLAGS': [
|
||||
'-Wno-deprecated-declarations',
|
||||
'-Wno-deprecated-register',
|
||||
'-Wno-unused-private-field',
|
||||
'-Wno-unused-function',
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче