Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 1998 23:40:05 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        cvs-committers@FreeBSD.ORG
Subject:   Odd compilation warning making kernel
Message-ID:  <199812210740.XAA39659@apollo.backplane.com>

next in thread | raw e-mail | index | archive | help
    This is odd.  compiling netinet/ip_output.c :

cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Winline -Wuninitialized -Wformat  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include opt_global.h -aout  ../../netinet/ip_output.c
../../netinet/ip_output.c:67: warning: parameter names (without types) in function declaration
../../netinet/ip_output.c:67: warning: data definition has no type or storage class
../../netinet/ip_output.c:67: warning: parameter names (without types) in function declaration
../../netinet/ip_output.c:67: warning: data definition has no type or storage class

    The line is:

static MALLOC_DEFINE(M_IPMOPTS, "ip_moptions", "internet multicast options");

						-Matt

    Matthew Dillon  Engineering, HiWay Technologies, Inc. & BEST Internet 
                    Communications & God knows what else.
    <dillon@backplane.com> (Please include original email in any response)    

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812210740.XAA39659>