commit | c0549aae75f11dab85070f459da73e844794417c | [log] [tgz] |
---|---|---|
author | Adithya Baglody <adithya.nagaraj.baglody@intel.com> | Tue May 23 10:57:29 2017 +0530 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat May 27 10:20:14 2017 -0400 |
tree | fbe6c100b0f4be825c713a96b08bde4dfae3bd86 | |
parent | 7a8380a81df1fe256eb284b3d535f1b50284fb62 [diff] |
tests: benchmark: app_kernel: Return values from kernel APIs are read. Static code analysis reported some kernel APIs were used without reading the return value. Since the benchmark doesn't need error conditions, a simple read of the values followed by a ARG_UNUSED is used to handle static code analysis errors. JIRA: ZEP-2134 Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>