summaryrefslogtreecommitdiff
path: root/src/dbus
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-10-09 14:34:19 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-10-28 11:37:32 +0100
commitfb99b7875dfe64a4073aa14f33c551098632847c (patch)
treed771a7287e00b9dcedb3f94281cfdcb58d306a0e /src/dbus
parenta65dcd34513308b37165f8544ab647016d6e7209 (diff)
downloadDLT-daemon-fb99b7875dfe64a4073aa14f33c551098632847c.tar.gz
Purged all warnings for -Wall -Wextra
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/dlt-dbus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus/dlt-dbus.c b/src/dbus/dlt-dbus.c
index f85252f..5013c77 100644
--- a/src/dbus/dlt-dbus.c
+++ b/src/dbus/dlt-dbus.c
@@ -35,8 +35,8 @@
#include <time.h>
-DLT_DECLARE_CONTEXT(dbusLog);
-DLT_DECLARE_CONTEXT(dbusContext);
+DLT_DECLARE_CONTEXT(dbusLog)
+DLT_DECLARE_CONTEXT(dbusContext)
static char dbus_message_buffer[DBUS_MAXIMUM_MESSAGE_LENGTH];