From owner-freebsd-questions Sun Jan 4 16:32:51 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA11110 for questions-outgoing; Sun, 4 Jan 1998 16:32:51 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA11099 for ; Sun, 4 Jan 1998 16:32:46 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from bonsai.hiwaay.net (tnt1-41.HiWAAY.net [208.147.147.41]) by fly.HiWAAY.net (8.8.8/8.8.6) with SMTP id SAA25679 for ; Sun, 4 Jan 1998 18:32:43 -0600 (CST) Message-ID: <34B02A84.6102D7B7@hiwaay.net> Date: Sun, 04 Jan 1998 18:34:12 -0600 From: Steve Price X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: 2.2.5 Stable MORE make kernel problems References: <34B01D5A.3755@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mark Smith wrote: > > ../../pci/ncr.c:1486: warning: initialization discards `volatile' from > pointer target type > ../../pci/ncr.c:1486: warning: initialization discards `volatile' from > pointer target type > ../../i386/i386/machdep.c:1372: warning: initialization from > incompatible pointer type > ../../i386/i386/machdep.c: In function `f00f_hack': > ../../i386/i386/machdep.c:1386: warning: assignment makes pointer from > integer without a cast > ../../i386/i386/machdep.c:1397: warning: passing arg 2 of > `vm_map_protect' makes integer from pointer without a cast > ../../i386/i386/machdep.c:1397: warning: passing arg 3 of > `vm_map_protect' makes integer from pointer without a cast > ../../i386/isa/seagate.c: In function `sea_data_output': > ../../i386/isa/seagate.c:1111: warning: assignment discards `volatile' > from pointer target type > ../../i386/isa/seagate.c: In function `sea_data_input': > ../../i386/isa/seagate.c:1181: warning: assignment discards `volatile' > from pointer target type These are just warnings and although annoying, most of the time they are completely harmless. Steve