From fb99b7875dfe64a4073aa14f33c551098632847c Mon Sep 17 00:00:00 2001 From: Lutz Helwing Date: Fri, 9 Oct 2015 14:34:19 +0200 Subject: Purged all warnings for -Wall -Wextra Signed-off-by: Alexander Wenzel --- src/system/dlt-system-filetransfer.c | 2 +- src/system/dlt-system-logfile.c | 2 +- src/system/dlt-system-process-handling.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/system') diff --git a/src/system/dlt-system-filetransfer.c b/src/system/dlt-system-filetransfer.c index 56d2f52..7cdcbac 100644 --- a/src/system/dlt-system-filetransfer.c +++ b/src/system/dlt-system-filetransfer.c @@ -82,7 +82,7 @@ extern DltSystemThreads threads; // From dlt_filetransfer extern unsigned long getFileSerialNumber(const char* file, int *ok); -DLT_IMPORT_CONTEXT(dltsystem); +DLT_IMPORT_CONTEXT(dltsystem) DLT_DECLARE_CONTEXT(filetransferContext) #ifdef linux diff --git a/src/system/dlt-system-logfile.c b/src/system/dlt-system-logfile.c index cd1a828..687d739 100644 --- a/src/system/dlt-system-logfile.c +++ b/src/system/dlt-system-logfile.c @@ -55,7 +55,7 @@ #define SEND_MODE_ONCE 1 #define SEND_MODE_ON 2 -DLT_IMPORT_CONTEXT(dltsystem); +DLT_IMPORT_CONTEXT(dltsystem) extern DltSystemThreads threads; DltContext logfileContext[DLT_SYSTEM_LOG_FILE_MAX]; diff --git a/src/system/dlt-system-process-handling.c b/src/system/dlt-system-process-handling.c index 118b868..0b6b77d 100644 --- a/src/system/dlt-system-process-handling.c +++ b/src/system/dlt-system-process-handling.c @@ -57,7 +57,7 @@ volatile DltSystemThreads threads; -DLT_IMPORT_CONTEXT(dltsystem); +DLT_IMPORT_CONTEXT(dltsystem) int daemonize() { -- cgit v1.2.1