Commit: 3dc5c7866bc11515d3f4a0b117aa2a803c3276d8
Parent: 8afb744a79bdb3bbb535596e4736ba2d69785603
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-01-13 10:47:36
Tree: 7a0ae1051903d728c0d3f988b1c3d416b2579273

tools: Fix build error in seq2bseq Don't ignore return value of write. This fix following build error on Ubuntu: tools/seq2bseq.c: In function ‘convert_line’: tools/seq2bseq.c:52:8: error: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Werror=unused-result] write(fd, &val, 1);

Diffstat

M tools/seq2bseq.c | 10 +++++++- - -

1 files changed, 7 insertions(+), 3 deletions(-)

View Full Diff | Patch