aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorPaul Eggert2016-12-07 10:29:57 -0800
committerPaul Eggert2016-12-07 10:30:56 -0800
commit220ccda78bd8e91069d373287b5d9d0fa505fcf1 (patch)
treeb15bc4e1c101a0591e70f9d92f5007b9978214aa /src/dbusbind.c
parentf41097adf3e7155f9c0db6d90de0aa1623d89232 (diff)
downloademacs-220ccda78bd8e91069d373287b5d9d0fa505fcf1.tar.gz
emacs-220ccda78bd8e91069d373287b5d9d0fa505fcf1.zip
Fix --enable-gcc-warnings --with-ns on Fedora
* src/Makefile.in (NON_OBJC_CFLAGS): New macro. (ALL_OBJC_CFLAGS): Use it. (EMACS_CFLAGS): New macro, with most of the old ALL_CFLAGS. (ALL_CFLAGS, ALL_OBJC_FLAGS): Use it.
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index 23392d8dcc3..08b7cc2ddf2 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -91,7 +91,7 @@ static bool xd_in_read_queued_messages = 0;
91 } while (0) 91 } while (0)
92 92
93/* Macros for debugging. In order to enable them, build with 93/* Macros for debugging. In order to enable them, build with
94 "env MYCPPFLAGS='-DDBUS_DEBUG -Wall' make". */ 94 "make MYCPPFLAGS='-DDBUS_DEBUG'". */
95#ifdef DBUS_DEBUG 95#ifdef DBUS_DEBUG
96#define XD_DEBUG_MESSAGE(...) \ 96#define XD_DEBUG_MESSAGE(...) \
97 do { \ 97 do { \