NetBSD/usr.bin/error
rillig d5c41e0169 error: disable lint's strict bool mode when building with Clang
The Clang preprocessor does not mark sections from system headers.
Lint's strict bool mode relies on these markers to allow the functions
from <ctype.h> to be used as 'bool', even though their declared return
type is 'int'. Without these markers, lint complains that the "right
operand of '&&' must be bool, not 'int'". Until this is fixed in lint,
disable strict bool mode.
2024-05-10 09:27:27 +00:00
..
Makefile error: disable lint's strict bool mode when building with Clang 2024-05-10 09:27:27 +00:00
error.1 error.1: fix markup 2023-12-17 09:46:57 +00:00
error.h error: clean up comparison of word vectors 2023-08-26 15:18:27 +00:00
filter.c error: use separate tokens for characters, integers and pointers 2023-08-26 14:59:44 +00:00
input.c error: clean up comparison of word vectors 2023-08-26 15:18:27 +00:00
main.c error: use separate tokens for characters, integers and pointers 2023-08-26 14:59:44 +00:00
pathnames.h
pi.c error: clean up comparison of word vectors 2023-08-26 15:18:27 +00:00
subr.c error: clean up comparison of word vectors 2023-08-26 15:18:27 +00:00
touch.c error: use separate tokens for characters, integers and pointers 2023-08-26 14:59:44 +00:00