commit | 27435e4cb3954acd9205d722aa7866e6af513855 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Mon Dec 17 19:08:03 2018 -0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Dec 19 14:37:25 2018 +0100 |
tree | 16a3bb9e3b103e72b84da82554c0ea7a92d6b67a | |
parent | b467de584912b8605c4190343e1b1ad0069e4cd3 [diff] |
log: 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>