Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 1997 01:47:02 -0700 (PDT)
From:      Simon Shapiro <Shimon@i-Connect.Net>
To:        freebsd-current@freebsd.org
Subject:   Kernel compilation on Current as of tonight
Message-ID:  <XFMail.970822014702.Shimon@i-Connect.Net>

next in thread | raw e-mail | index | archive | help
Ignore and forgive if already known...

cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit 
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith 
-nostdinc -I- -I. -I../.. -I../../../include -DEXT2FS -DFAILSAFE
-DDPT_INTR_CHECK_SOFTC -DSAFETY -DUMAPFS_DIAGNOSTIC -DKERNFS_DIAGNOSTIC
-DNULLFS_DIAGNOSTIC -DDEVFS -DNFS -DFFS -DTCPDEBUG -DIPDIVERT -DINET
-DCOMPAT_43 -DKERNEL -include opt_global.h  ../../netinet/ip_divert.c
../../netinet/ip_divert.c: In function `div_bind':
../../netinet/ip_divert.c:327: warning: passing arg 2 of `in_pcbbind' from
incompatible pointer type
../../netinet/ip_divert.c: At top level:
../../netinet/ip_divert.c:356: warning: initialization from incompatible
pointer type
../../netinet/ip_divert.c:359: warning: initialization from incompatible
pointer type


cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit 
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith 
-nostdinc -I- -I. -I../.. -I../../../include -DEXT2FS -DFAILSAFE
-DDPT_INTR_CHECK_SOFTC -DSAFETY -DUMAPFS_DIAGNOSTIC -DKERNFS_DIAGNOSTIC
-DNULLFS_DIAGNOSTIC -DDEVFS -DNFS -DFFS -DTCPDEBUG -DIPDIVERT -DINET
-DCOMPAT_43 -DKERNEL -include opt_global.h  ../../pci/pci_compat.c
../../pci/pci_compat.c: In function `pci_map_int':
../../pci/pci_compat.c:172: warning: passing arg 3 of `intr_create' from
incompatible pointer type

cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit 
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith 
-nostdinc -I- -I. -I../.. -I../../../include -DEXT2FS -DFAILSAFE
-DDPT_INTR_CHECK_SOFTC -DSAFETY -DUMAPFS_DIAGNOSTIC -DKERNFS_DIAGNOSTIC
-DNULLFS_DIAGNOSTIC -DDEVFS -DNFS -DFFS -DTCPDEBUG -DIPDIVERT -DINET
-DCOMPAT_43 -DKERNEL -include opt_global.h  ../../i386/i386/userconfig.c
../../i386/i386/userconfig.c: In function `introfunc':
../../i386/i386/userconfig.c:2902: warning: control reaches end of non-void
function

cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit 
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith 
-nostdinc -I- -I. -I../.. -I../../../include -DEXT2FS -DFAILSAFE
-DDPT_INTR_CHECK_SOFTC -DSAFETY -DUMAPFS_DIAGNOSTIC -DKERNFS_DIAGNOSTIC
-DNULLFS_DIAGNOSTIC -DDEVFS -DNFS -DFFS -DTCPDEBUG -DIPDIVERT -DINET
-DCOMPAT_43 -DKERNEL -include opt_global.h  ../../i386/isa/sound/soundcard.c
../../i386/isa/sound/soundcard.c:101: warning: no previous prototype for
`adintr'


The rest are mine :-)



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