Clang complains when an unsigned value is passed to abs, even though there is an implicit cast to a signed type. Insert an explicit cast to make clang happy. Signed-off-by: Keith Packard <keithp@keithp.com> |
||
|---|---|---|
| .. | ||
| main.c | ||
Clang complains when an unsigned value is passed to abs, even though there is an implicit cast to a signed type. Insert an explicit cast to make clang happy. Signed-off-by: Keith Packard <keithp@keithp.com> |
||
|---|---|---|
| .. | ||
| main.c | ||