summaryrefslogtreecommitdiff
path: root/tests/gtest_dlt_user.cpp
diff options
context:
space:
mode:
authorStefan Vacek <stefan.vacek@intel.com>2015-08-26 13:38:42 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-10-07 10:34:54 +0200
commitc7d765971913568a7d701bfb8a8444bc882ccbf1 (patch)
tree2b7f1fa23db376f0d20b513d62d6a1526dbe045a /tests/gtest_dlt_user.cpp
parent9f484fa8297713aa4558f1d17da90267e537487c (diff)
downloadDLT-daemon-c7d765971913568a7d701bfb8a8444bc882ccbf1.tar.gz
Cleanup master
- remove compiler warnings - fix file permissions Signed-off-by: Stefan Vacek <stefan.vacek@intel.com>
Diffstat (limited to 'tests/gtest_dlt_user.cpp')
-rw-r--r--tests/gtest_dlt_user.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gtest_dlt_user.cpp b/tests/gtest_dlt_user.cpp
index a64541c..e58a648 100644
--- a/tests/gtest_dlt_user.cpp
+++ b/tests/gtest_dlt_user.cpp
@@ -141,7 +141,7 @@ int dlt_nonverbose_mode(void);
#endif
#ifndef UINT64_MAX
-#define UINT64_MAX 18446744073709551615
+#define UINT64_MAX 18446744073709551615UL
#endif
#ifndef INT8_MIN
@@ -157,7 +157,7 @@ int dlt_nonverbose_mode(void);
#endif
#ifndef INT64_MIN
-#define INT64_MIN -9223372036854775808
+#define INT64_MIN -9223372036854775807
#endif
#ifndef INT8_MAX