*BSD News Article 82172


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!hunter.premier.net!hammer.uoregon.edu!csulb.edu!news.sgi.com!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!Gamma.RU!srcc!news.phys.msu.su!news
From: Alexei Persianov <pers@polly.phys.msu.su>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Rebuilding kernel
Date: Sat, 02 Nov 1996 17:16:03 +0000
Organization: Moscow State University, Physics Department
Lines: 14
Distribution: inet
Message-ID: <327B81D3.41C67EA6@polly.phys.msu.su>
NNTP-Posting-Host: lord.phys.msu.su
Mime-Version: 1.0
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (X11; I; FreeBSD 2.2-960801-SNAP i386)

FreeBSD 2.2-961014-SNAP:
Trying to rebuild kernel:
after typing make depend -- all right.
After typing make all: a lot af the same warnings like this:

../../kern/imgact_gzip.c: In function `NextByte':
../../kern/imgact_gzip.c:282: warning: comparison between signed and
unsigned
../../kern/imgact_gzip.c:286: warning: comparison between signed and
unsigned

So I have a lot of warning "comparison between signed and unsigned". It
is possible 
that I have problem with my gcc. Or may be gcc is all right?