summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.c
diff options
context:
space:
mode:
authorStefan Vacek <stefan.vacek@intel.com>2015-05-13 15:16:46 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-07-21 12:42:17 +0200
commitc745709ff10493281e5f020b2d76379e440ab9bd (patch)
tree69e65a8a41b0033fb2fed7d0f72b5f65b0ef2e4f /src/daemon/dlt-daemon.c
parentaccae3432f19176a51281dddf981c24919fc180d (diff)
downloadDLT-daemon-c745709ff10493281e5f020b2d76379e440ab9bd.tar.gz
Fix compilation warnings and possible misuse of snprint
- sprintf was used were snprint was intended - make proper usage of 64bit values in printf-formatting - remove some not used variables - make some casts to make printf happy Signed-off-by: Stefan Vacek <stefan.vacek@intel.com>
Diffstat (limited to 'src/daemon/dlt-daemon.c')
-rw-r--r--src/daemon/dlt-daemon.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/daemon/dlt-daemon.c b/src/daemon/dlt-daemon.c
index 40be7d6..675d958 100644
--- a/src/daemon/dlt-daemon.c
+++ b/src/daemon/dlt-daemon.c
@@ -1165,9 +1165,6 @@ int dlt_daemon_log_internal(DltDaemon *daemon, DltDaemonLocal *daemon_local, cha
uint32_t uiType;
uint16_t uiSize;
uint32_t uiExtraSize;
- int sent;
- int j;
- int third_value;
int ret;
PRINT_FUNCTION_VERBOSE(verbose);