commit | 62743dc496d15159ec3a800183d193850727cd8e | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Wed Nov 18 15:46:54 2020 -0500 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Thu Nov 19 08:41:56 2020 +0100 |
tree | 1918aef7e094c17fa53c909119a7038d0265b9a0 | |
parent | 63b7313c06ebd3e98a919c6b657b47dbbba95773 [diff] |
tests: native_posix: use llabs with int64_t subpress warnings from llvm: warning: absolute value function 'abs' given an argument of type 'int64_t' (aka 'long long') but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] Signed-off-by: Anas Nashif <anas.nashif@intel.com>