commit | 17c7db6bbea86958d0722ab72a685b89a651d1a2 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Tue Dec 18 12:15:54 2018 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Dec 19 14:37:25 2018 +0100 |
tree | 1e1099ea55d8ae8743967ea286755ed788eb023d | |
parent | 8f3459b3db80f61bffc320ae7aa036b255d43eb7 [diff] |
lib: posix: Explicitly ignoring return of memcpy According with MISRA-C the value returned by a non-void function has to be used. As memcpy return is almost useless, we are explicitly ignoring it. MISRA-C rule 17.7 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>