linux: Fix compilation warning from dbus
This commit is contained in:
parent
ab652b738c
commit
ef417cb8c2
1 changed files with 1 additions and 0 deletions
1
atom.gyp
1
atom.gyp
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue