aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-12-31 14:07:09 +0000
committerRon Yorston <rmy@pobox.com>2023-12-31 14:07:09 +0000
commit62c3c07d04a8e48ce221fe84fd73e2fefb94c760 (patch)
tree706590cb44a4020d9ea3fe9e8c68238a2fd5693c /arch
parent9d619a83a479f6760cdfcadcc0fd0ef1bd110e39 (diff)
downloadbusybox-w32-62c3c07d04a8e48ce221fe84fd73e2fefb94c760.tar.gz
busybox-w32-62c3c07d04a8e48ce221fe84fd73e2fefb94c760.tar.bz2
busybox-w32-62c3c07d04a8e48ce221fe84fd73e2fefb94c760.zip
win32: fix clang error/warning
Since clang doesn't seem to know about ffs(3) make it use __builtin_ffs() instead. Fix a warning in process_escape() in winansi.c: result of comparison of constant -1 with expression of type 'WORD' (aka 'unsigned short') is always true. Change the error value returned by process_colour() from -1 to 0xffff. Costs 16 bytes.
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions