Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen mark the prototype mismatch as linted. We canno...



details:   https://anonhg.NetBSD.org/src/rev/f751c9081452
branches:  trunk
changeset: 494381:f751c9081452
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 06 02:49:41 2000 +0000

description:
mark the prototype mismatch as linted. We cannot do better because of the
widening ansi rules.

diffstat:

 lib/libc/gen/Lint_bswap16.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 7fc37f8fa05f -r f751c9081452 lib/libc/gen/Lint_bswap16.c
--- a/lib/libc/gen/Lint_bswap16.c       Thu Jul 06 02:48:41 2000 +0000
+++ b/lib/libc/gen/Lint_bswap16.c       Thu Jul 06 02:49:41 2000 +0000
@@ -4,6 +4,7 @@
 #include <sys/types.h>
 
 /*ARGSUSED*/
+/*LINTED prototype mismatch */
 u_int16_t
 bswap16(b16)
        u_int16_t b16;



Home | Main Index | Thread Index | Old Index