Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
context: Fix implicit cast from ssize_t to int
We know the error value is contained between -4095 and 0, but MSVC still complains that we might lose data with the implicit cast. Suppress the warning with an explicit cast. Signed-off-by: Paul Cercueil <[email protected]>
- Loading branch information