Fix compiler warning in breakpad when using latest clang.
This commit is contained in:
parent
d654afde5f
commit
6f4aed83f0
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
|||
'xcode_settings': {
|
||||
'WARNING_CFLAGS': [
|
||||
'-Wno-deprecated-declarations',
|
||||
'-Wno-deprecated-register',
|
||||
'-Wno-unused-private-field',
|
||||
'-Wno-unused-function',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue