Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Dec 1997 12:30:57 -0800
From:      Studded <Studded@dal.net>
To:        Sean Eric Fagan <sef@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/i386/i386 machdep.c
Message-ID:  <3485C181.4FA2DDD6@dal.net>
References:  <199712031630.IAA03488@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------361C74482DEB8015A04DF0D8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Sean Eric Fagan wrote:
> 
> sef         1997/12/03 08:30:13 PST
> 
>   Modified files:        (Branch: RELENG_2_2)
>     sys/i386/i386        machdep.c
>   Log:
>   MFC -- F00f cleanups.
> 
>   Revision  Changes    Path
>   1.209.2.15 +2 -6      src/sys/i386/i386/machdep.c

	Even after this commit I'm still getting errors at this point when I
compile the kernel. I got some using the "normal" compile settings (-O
-pipe) so I recompiled with -Wall for the benefit of anyone interested
in fixing it. Pardon the attachment, but I still can't figure out how to
get netscape 4.04 to read a file into the message. :-/

Thanks,

Doug
--------------361C74482DEB8015A04DF0D8
Content-Type: text/plain; charset=us-ascii; name="machdep-errors"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="machdep-errors"

cc -c -O -Wall -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith  -nostdinc 
-I- -I. -I../.. -I../../../include -DCOMPAT_43 -DMSDOSFS -DFFS -DINET -DKERNEL
../../i386/i386/machdep.c

../../i386/i386/machdep.c: In function `cpu_startup':
../../i386/i386/machdep.c:230: warning: long unsigned int format, unsigned int arg (arg 2)
../../i386/i386/machdep.c:230: warning: long unsigned int format, unsigned int arg (arg 3)
../../i386/i386/machdep.c: In function `init386':
../../i386/i386/machdep.c:1084: warning: int format, long int arg (arg 2)
../../i386/i386/machdep.c: At top level:
../../i386/i386/machdep.c:1371: warning: initialization from incompatible pointer type
../../i386/i386/machdep.c: In function `f00f_hack':
../../i386/i386/machdep.c:1385: warning: assignment makes pointer from integer without a cast
../../i386/i386/machdep.c:1396: warning: passing arg 2 of `vm_map_protect' makes
integer from pointer without a cast
../../i386/i386/machdep.c:1396: warning: passing arg 3 of `vm_map_protect' makes
integer from pointer without a cast

--------------361C74482DEB8015A04DF0D8--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3485C181.4FA2DDD6>