NetBSD/distrib
rillig 449d1217ca tests/lint: add test for prototype conversions in C90
The purpose of warning 259 is to find function calls that differ in the
ABI.  The warning's original purpose was not to warn about lossy
conversions, that's just a side effect.

Warning 259 had been implemented before C99 was published, which is more
than 20 years ago.  In the meantime, almost all code has migrated to
using function prototypes.  With the default lint flags from NetBSD's
<sys.mk>, it would rather make sense to focus on lossy conversions now.

To prepare for potentially upcoming differences in lint's C90 and C99
modes, clone the test now as far as possible.  The test for C90 mode is
smaller than for C99 mode, since 'long long' was not available back
then.
2021-08-31 18:59:26 +00:00
..
acorn32 PR/56207: Jan-Benedict Glaw: Handle error from find when removing CVS 2021-05-24 22:40:44 +00:00
alpha fix various typos in comments and messages. 2021-08-09 19:24:32 +00:00
amd64 amd64: liveimage: use RC_CONF_EXTRA instead of rc.conf.d 2021-07-24 16:13:44 +00:00
amiga fix various typos in comments and messages. 2021-08-09 19:24:32 +00:00
arc
atari
bebox bump bebox and prep image sizes for GCC 9. 2020-09-15 08:13:51 +00:00
cats
cdrom
cobalt handle mipsn64 2021-04-25 23:40:05 +00:00
common bootimage: allow appending additional rc.conf options 2021-07-24 13:59:28 +00:00
dreamcast Try to shrink ramdiskbin binary. 2020-11-28 05:16:06 +00:00
emips
evbarm evbarm: liveimage: use RC_CONF_EXTRA instead of rc.conf.d 2021-07-24 14:00:08 +00:00
evbmips handle mipsn64 2021-04-25 23:40:05 +00:00
evbppc Bump ramdisk size slightly 2020-11-06 18:36:20 +00:00
evbsh3
ews4800mips
hp300 Use more shrinked binaries from distrib/utils/x_foo versions. 2021-07-09 19:11:06 +00:00
hpcarm
hpcmips
hpcsh
hppa
i386 bump slightly harder 2021-05-31 07:59:02 +00:00
ia64
ibmnws
landisk
luna68k Use more shrinked binaries from distrib/utils/x_foo versions. 2021-07-10 03:19:12 +00:00
mac68k Use proper release version strings ("9.1" rather than "91") in banners. 2020-12-05 18:52:06 +00:00
macppc While we do not yet have any 64bit kernels, do not build 2021-05-25 11:55:40 +00:00
miniroot The modules and rescue sets are also required on upgrade. 2021-06-19 00:54:27 +00:00
mipsco
mvme68k Use proper release version strings ("9.1" rather than "91") in banners. 2020-12-05 18:52:06 +00:00
mvmeppc
news68k
newsmips
notes Mention that emulated disks by HPDisk and HPDrive work. 2021-07-11 14:17:48 +00:00
ofppc
playstation2
pmax handle mipsn64 2021-04-25 23:40:05 +00:00
prep bump bebox and prep image sizes for GCC 9. 2020-09-15 08:13:51 +00:00
riscv
rs6000
sandpoint
sets tests/lint: add test for prototype conversions in C90 2021-08-31 18:59:26 +00:00
sgimips
shark
sparc
sparc64
sun2 Use more SMALL binaries and reduce diffs between sun2 and sun3. 2021-06-27 05:25:12 +00:00
sun3 Use more SMALL binaries and reduce diffs between sun2 and sun3. 2021-06-27 05:25:12 +00:00
syspkg Reintroduce the support of MKCATPAGES 2020-11-10 21:47:40 +00:00
utils Extract just the random bits to feed to /dev/urandom. 2021-07-20 19:31:23 +00:00
vax
x68k Replace boot_ustar with xxboot_ustarfs. 2020-08-16 07:03:45 +00:00
zaurus
Makefile
Makefile.inc