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/examples/dlt-example-filetransfer.c | 2 +- src/examples/dlt-example-user-common-api.c | 2 +- src/examples/dlt-example-user.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/examples') diff --git a/src/examples/dlt-example-filetransfer.c b/src/examples/dlt-example-filetransfer.c index 4fc10e2..0f4f038 100644 --- a/src/examples/dlt-example-filetransfer.c +++ b/src/examples/dlt-example-filetransfer.c @@ -73,7 +73,7 @@ #define TIMEOUT 1 //!Declare some context for the file transfer. It's not a must have to do this, but later you can set a filter on this context in the dlt viewer. -DLT_DECLARE_CONTEXT(fileContext); +DLT_DECLARE_CONTEXT(fileContext) /** diff --git a/src/examples/dlt-example-user-common-api.c b/src/examples/dlt-example-user-common-api.c index ee6370c..171ca89 100644 --- a/src/examples/dlt-example-user-common-api.c +++ b/src/examples/dlt-example-user-common-api.c @@ -63,7 +63,7 @@ #include "dlt_common_api.h" -DLT_DECLARE_CONTEXT(mycontext); +DLT_DECLARE_CONTEXT(mycontext) /** * Print usage information of tool. diff --git a/src/examples/dlt-example-user.c b/src/examples/dlt-example-user.c index 3479ee8..532402a 100644 --- a/src/examples/dlt-example-user.c +++ b/src/examples/dlt-example-user.c @@ -79,7 +79,7 @@ int dlt_user_injection_callback(uint32_t service_id, void *data, uint32_t length); void dlt_user_log_level_changed_callback(char context_id[DLT_ID_SIZE],uint8_t log_level,uint8_t trace_status); -DLT_DECLARE_CONTEXT(mycontext); +DLT_DECLARE_CONTEXT(mycontext) /** * Print usage information of tool. -- cgit v1.2.1