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>
This commit is contained in:
Tomas Carnecky 2009-02-04 00:08:21 +01:00 committed by Peter Hutterer
parent 9f60d127b5
commit e04d9ab999

View File

@ -27,7 +27,6 @@
#include <dix-config.h>
#endif
#define DBUS_API_SUBJECT_TO_CHANGE
#include <dbus/dbus.h>
#include <sys/select.h>