From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2652 Path: news.gmane.org!not-for-mail From: Alexander Stadler Newsgroups: gmane.linux.lib.musl.general Subject: Re: Bug in include/netinet/in.h Date: Wed, 23 Jan 2013 18:08:29 +0100 Message-ID: <5100190D.50402@univie.ac.at> References: <51001259.8040602@univie.ac.at> <510016A5.2000903@barfooze.de> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1358960905 11565 80.91.229.3 (23 Jan 2013 17:08:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2013 17:08:25 +0000 (UTC) Cc: musl@lists.openwall.com To: John Spencer Original-X-From: musl-return-2653-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 23 18:08:42 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Ty3oX-0001Dz-LA for gllmg-musl@plane.gmane.org; Wed, 23 Jan 2013 18:08:41 +0100 Original-Received: (qmail 19972 invoked by uid 550); 23 Jan 2013 17:08:24 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 19959 invoked from network); 23 Jan 2013 17:08:24 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=univie.ac.at; s=rev2; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=QNMM+OM/ir8smGlwDI4DUCC2drYv4x6A/f6zoINt2eA=; b=crg26tCZAw9UapHi6RRk48ougtVow/85wH3ERJi2j1ejQbEfhIKm3UMlqhfd7tjRZ7lNR/JojQLpm0ks+BVJDebRdq3qSj5RuPCSSdD0dIBCPzDVM3Zjr2V9XYcmWshfMKj1lDG73K0zTfH84g8rhZFA85wxHT282S1rVTinHTs=; User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5 In-Reply-To: <510016A5.2000903@barfooze.de> X-Univie-Virus-Scan: scanned by ClamAV on jarvis.univie.ac.at Xref: news.gmane.org gmane.linux.lib.musl.general:2652 Archived-At: Am 23.01.2013 17:58, schrieb John Spencer: > On 01/23/2013 05:39 PM, Alexander Stadler wrote: >> [-Werror=parentheses] >> /space/build-trunk/trunk/build_dir/target-mips_r2_musl-0.9.8/netifd-2013-01-22.1/interface-ip.c:655:2: error: suggest parentheses around arithmetic in operand of '|' [-Werror=parentheses] >> cc1: all warnings being treated as errors > the bug here is -Werror being passed to the compiler, try adding --disable-werror to the configure invocation > > (note: using -Werror by default is pretty inept, since it will cause build errors on any compiler/libc combination that has not yet been tested by the package author) Thanks for your fast response. I'll try that, but a really big part of the code compiled through, so don't you think that this specific problem is one which could be optimized to not throw anything?