From owner-freebsd-questions@FreeBSD.ORG Wed Jun 16 13:02:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 778071065677 for ; Wed, 16 Jun 2010 13:02:15 +0000 (UTC) (envelope-from akashb503@yahoo.co.in) Received: from n11-vm0.bullet.mail.in.yahoo.com (n11-vm0.bullet.mail.in.yahoo.com [202.86.4.227]) by mx1.freebsd.org (Postfix) with SMTP id A53D98FC18 for ; Wed, 16 Jun 2010 13:02:14 +0000 (UTC) Received: from [202.86.5.125] by n11.bullet.mail.in.yahoo.com with NNFMP; 16 Jun 2010 13:02:13 -0000 Received: from [203.104.18.55] by t5.bullet.mail.in.yahoo.com with NNFMP; 16 Jun 2010 13:02:13 -0000 Received: from [127.0.0.1] by omp107.mail.in2.yahoo.com with NNFMP; 16 Jun 2010 13:02:13 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 177311.65058.bm@omp107.mail.in2.yahoo.com Received: (qmail 66018 invoked by uid 60001); 16 Jun 2010 13:02:13 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s1024; t=1276693333; bh=JKqNxjUPVGsjXtH1YCzCWxdCLd37r2aTi0cw/rHGG68=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Py57fSufbQogW9ljSqDb3kM0qiThZLR0WCb6+xeuCK1YruJcbRtgITfByRuglDeoLKLc6kaUxOAj1NtERJJ6io+oMaoPgad45dvJj+hjmLr7CGZIvqUXAvtkLEhTyeY1bE9yCuQUBmlWaSkFMEY9BjQXeMvJDuCeCx8NMmaOERo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=f3VcTYCGCdydX3V2NrNf6NYTyr3N9FaHmDTzUqAIw9zhXkEm/0nCLL8XBaQViFUVH9gl8zk+BgyEfarygmAbOaMD22DgCDmL9A1x9mAvDMtOw3IV53TPqJZVgE2dRjDW8dFwywsjP68GHl3p4Cv8RHNgR+UEw0aQwHY3anklnUg=; Message-ID: <36481.65110.qm@web95106.mail.in2.yahoo.com> X-YMail-OSG: q6KjNJYVM1mNQg0.AY47ZIrD.Ks7dr1x8divNuBxH5boAdr HDVs.MZsMvP_otFutaup_8KeWHGgPNzT9Ij61Uj2JIt_QM1UpKcfQw_SwJVI 6GkCcRi9Ij8fwHrOy_03lii9IbO4fvgfpASSXRb2dRt.bvQPmM9Ech2gBWUw NkaAuESdfNqulNn0cXwJiSya2tY.u0aWlPNQ_fw-- Received: from [122.181.19.78] by web95106.mail.in2.yahoo.com via HTTP; Wed, 16 Jun 2010 18:32:13 IST X-Mailer: YahooMailRC/397.8 YahooMailWebService/0.8.103.269680 Date: Wed, 16 Jun 2010 18:32:13 +0530 (IST) From: akash kumar To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: compiler flag -Werror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2010 13:02:15 -0000 Hi all,=0A=0AI am working on building a freebsd kernel for mips. As part of= this i built cross tool chain for mips from my host machine(i386).=0AAfte= r that i was building my kernel using make buildkernel KERNCONF=3D"configfi= le"=0A=0AI noticed that the compiler flags -Werror is invoked default with= my compiler. =0AI want to remove this flag because all the warning as take= n as errors due to which my compilation stops.=0A=0ACan you please help me = how/where to remove this flag. =0A=0AThanks,=0ABhanu Prakash.=0A=0A