/* $NetBSD: msg_059.c,v 1.5 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_059.c" // Test for message: formal parameter #%d lacks name [59] /* lint1-extra-flags: -X 351 */ /* expect+4: error: formal parameter #2 lacks name [59] */ /* expect+3: error: formal parameter #3 lacks name [59] */ int function_definition(int a, int, double) { return a; } data/cgit.png' alt='cgit logo'/> index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/cread.c
AgeCommit message (Expand)Author
2023-06-14Add /* FALLTHROUGH */ comment for sure.rin
2016-01-17Add an option (LIBSA_CREAD_NOCRC) to disable gunzip CRC32 calculation.tsutsui
2015-07-25white space -> tab.isaki
2013-10-13Let's not use uninitialized variables to write to random memoryjoerg
2013-10-11Rework previous (1.24) change. Rather than depending on thepgoyette
2013-04-14Make the check in close() for a non-deflatable file mode symetric tomartin
2009-03-25Fix build problems caused by crc32 addition to libkern. Also, this makestls
2009-01-17Remove __P().tsutsui
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
2007-12-02unsigned -> unsigned inttsutsui
2007-11-24style, indent, and ANSI-fy.isaki
2006-01-25free -> deallocchristos
2006-01-14Don't include zlib.h directly; redirect through libz.h; this mirrors howchristos
2005-12-11merge ktrace-lwp.christos
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2003-03-18Move some stuff into .rodata.mycroft