commit | 91b61239322f5d4acdf7c0459ce85180366fc821 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Tue Sep 11 18:05:14 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Sep 14 16:55:37 2018 -0400 |
tree | a5edabdf8ddb6279729af77c710532c9563e24fe | |
parent | a1135620ba8a82294e12fdd601f1ac98aa065b58 [diff] |
kernel: syscall: Explicitly ignoring not used return Some syscacll return value through parameters and for these functions the return of _arch_syscall_invoke* are not used. MISRA requires that all return values be checked. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>