Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
echo.c: Avoid -Wsign-compare with MinGW on 32bit systems
echo.c:221:72: error: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘time_t’ {aka ‘long int’} [-Werror=sign-compare] Signed-off-by: Frank Lichtenheld <[email protected]>
- Loading branch information