Parent: fa1ad60fc754fd970a27dafe7121036de7da74a7
Author: Michał Lowas-Rzechonek <michal.lowas-rzechonek@silvair.com>
Committer: Brian Gix <brian.gix@intel.com>
Date: 2019-11-13 18:35:31
Tree: fa9540861d14af2dbb3219854284292468648477
mesh: Fix ignored return value This fixes the following build error when compiling in maintainer mode: mesh/keyring.c: In function ‘finalize’: mesh/keyring.c:142:8: error: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Werror=unused-result] (void)write(fd, &key, sizeof(key)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat
| M | mesh/keyring.c | | | 4 | +++- |
1 files changed, 3 insertions(+), 1 deletions(-)