From ef417cb8c249a12032e0bb3dd904f45b9cc62b61 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 21 Oct 2014 11:47:52 +0800 Subject: [PATCH] linux: Fix compilation warning from dbus --- atom.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/atom.gyp b/atom.gyp index b2856bb852dc..19e241c3ca9a 100644 --- a/atom.gyp +++ b/atom.gyp @@ -570,6 +570,7 @@ 'cflags': [ '-Wno-deprecated-register', '-Wno-empty-body', + '-Wno-reserved-user-defined-literal', ], 'dependencies': [ 'vendor/breakpad/breakpad.gyp:breakpad_client',