summaryrefslogtreecommitdiff
path: root/sys/include/tos.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-01-23 18:28:08 -0800
committerMichael Forney <mforney@mforney.org>2021-01-23 18:28:08 -0800
commite8b8cec9c7ce157a67a22a84a5716e271245d049 (patch)
treee993defbc8be5e666e388d356ec85dee4cb6a992 /sys/include/tos.h
parenta8834acf73c4c5bfa337fd3fb1ffc82151423a54 (diff)
[9front] cc: fix comparison warning with constant LHS
This prevents an incorrect warning for a comparison such as `0 < x`, where x is an unsigned type. Previously, this would get normalized as `x >= 0` rather than `x > 0` when checking the comparison.
Diffstat (limited to 'sys/include/tos.h')
0 files changed, 0 insertions, 0 deletions