diff options
author | Tomas Carnecky <tom@dbservice.com> | 2009-02-04 00:08:21 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-02-04 09:49:54 +1000 |
commit | e04d9ab999978995b06f4b702293b96f69b0e8c3 (patch) | |
tree | 4fca6a08d0ce03e1f5024674f28e5a8265bbf016 /config | |
parent | 9f60d127b5371f2853dcc53903c6ff8c7670ad1b (diff) |
DBUS_API_SUBJECT_TO_CHANGE is already defined on the command line
dbus-core.c:30:1: warning: "DBUS_API_SUBJECT_TO_CHANGE" redefined
<command-line>: warning: this is the location of the previous definition
Signed-off-by: Tomas Carnecky <tom@dbservice.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/dbus-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/dbus-core.c b/config/dbus-core.c index b349c6e3c..4c5e10f51 100644 --- a/config/dbus-core.c +++ b/config/dbus-core.c @@ -27,7 +27,6 @@ #include <dix-config.h> #endif -#define DBUS_API_SUBJECT_TO_CHANGE #include <dbus/dbus.h> #include <sys/select.h> |