Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 1995 00:58:49 -0800 (PST)
From:      Morgan Davis <root@io.cts.com>
To:        hackers@FreeBSD.org
Subject:   Warnings on kernel build (sound stuff)
Message-ID:  <199503110858.AAA07546@io.cts.com>

next in thread | raw e-mail | index | archive | help
Well, I decided to risk it and build the 3/10 -current.  I compared my
previous kernel config file (IO) to the latest LINT and pieced
together all the new stuff appropriate for this machine.  In compiling
the kernel, I'm seeing a lot of warnings related to sound stuff:

cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls  -nostdinc
-I. -I../.. -I../../sys -I../../../include -DIO -DI486_CPU
-DEXCLUDE_GUS_IODETECT -DAUDIO_SB -DAUDIO_PAS -DMAXCONS=4 -DXSERVER
-DDUMMY_NOPS -DAUTO_EOI_2 -DAUTO_EOI_1 -DSCSIUSER -DPROCFS -DMSDOSFS
-DCD9660 -DNFS -DFFS -DIPACCT -DGATEWAY -DINET -DUCONSOLE -DSYSVMSG
-DSYSVSEM -DSYSVSHM -DCOMPAT_43 -DKERNEL -Di386
-DLOAD_ADDRESS=0xF0100000  ../../i386/isa/sound/uart6850.c
In file included from ../../i386/isa/sound/os.h:51,
                 from ../../i386/isa/sound/sound_config.h:270,
                 from ../../i386/isa/sound/uart6850.c:32:
../../sys/proc.h:275: warning: type mismatch with previous external decl
../../vm/vm_object.h:155: warning: previous external decl of `wakeup'
../../sys/proc.h:275: warning: type mismatch with previous implicit declaration
../../vm/vm_object.h:155: warning: previous implicit declaration of `wakeup'
../../sys/proc.h:275: warning: `wakeup' was previously implicitly declared to return `int'

It this due to a bad set of sound options I've selected, or is this
just currently just the state it's in.  I've got a Pro AudioSpectrum
16D rev 255 in the system with a Media Vision CD-ROM drive.



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