Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SerialCommHub: silence warning about unused return value of write
Ignoring the return code of write results in a compiler warning as theoretically the write could return without having written the complete packet. So handle it accordingly. In case of error, we can throw an exception. Signed-off-by: Michael Heimpold <[email protected]>
- Loading branch information