The return of memset is never checked. This patch explicitly ignore the return to avoid MISRA-C violations. The only directory excluded directory was ext/* since it contains only imported code. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
GCC 8 is smart enough to warn about the truncation condition we're trying to test. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This is not a kernel test, move it to where it belongs under lib/ Signed-off-by: Anas Nashif <anas.nashif@intel.com>