commit | e40c9525d494fa08c132a3a7e2663bb6d1721423 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Tue Dec 18 12:17:24 2018 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Dec 19 14:37:25 2018 +0100 |
tree | 82b00c62d1cd490609688c4371027a7ff991ba9f | |
parent | 17c7db6bbea86958d0722ab72a685b89a651d1a2 [diff] |
arch: arm: 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>