Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
-
2019-06
Description
Got a lot of legitimate compiler warnings building develop. PosixTask::read() returns an int, is assigned to a bool, and then there's a comparison 'if (bool < 0)', which is always false. So, there's currently no error handling for those read() calls.