History log of /netbsd-src/usr.bin/error/Makefile (Results 1 – 12 of 12)
Revision Date Author Comments
# d5c41e01 10-May-2024 rillig <rillig@NetBSD.org>

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 functi

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.

show more ...


# 382be5b5 26-Aug-2023 rillig <rillig@NetBSD.org>

error: enable lint's strict bool mode

This cleans up the inconsistencies between 'int', 'boolean' and 'bool'.


# fedbe6cb 26-Aug-2023 rillig <rillig@NetBSD.org>

error: fix lint warnings


# 69c3e9d2 13-Aug-2009 dholland <dholland@NetBSD.org>

Pass WARNS=4, not without some gross preprocessor hackery.
XXX: does this program actually do anything useful these days?


# 7d59a3fe 13-Aug-2009 dholland <dholland@NetBSD.org>

pass -Wshadow


# c1ceae17 14-Apr-2009 lukem <lukem@NetBSD.org>

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint

show more ...


# 5d427989 05-Oct-2007 lukem <lukem@NetBSD.org>

Convert to raise_default_signal(3).


# e263dfd6 08-Oct-2006 peter <peter@NetBSD.org>

WFORMAT is no more...


# 135600f9 11-Oct-2000 is <is@NetBSD.org>

More format string cleanup by sommerfeld.


# 71bb6dda 02-Sep-1995 jtc <jtc@NetBSD.org>

Sync with 4.4lite2


# 690cae81 31-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS indentifiers.


# a6cd7e84 09-Apr-1993 cgd <cgd@NetBSD.org>

added, from net/2 (patch 119).