linux: Fix compilation warning from dbus

This commit is contained in:
Cheng Zhao 2014-10-21 11:47:52 +08:00
parent ab652b738c
commit ef417cb8c2

View file

@ -570,6 +570,7 @@
'cflags': [ 'cflags': [
'-Wno-deprecated-register', '-Wno-deprecated-register',
'-Wno-empty-body', '-Wno-empty-body',
'-Wno-reserved-user-defined-literal',
], ],
'dependencies': [ 'dependencies': [
'vendor/breakpad/breakpad.gyp:breakpad_client', 'vendor/breakpad/breakpad.gyp:breakpad_client',