Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 23 Jan 2013 18:08:29 +0100
From: Alexander Stadler <sa.musl@...vie.ac.at>
To: John Spencer <maillist-musl@...fooze.de>
CC: musl@...ts.openwall.com
Subject: Re: Bug in include/netinet/in.h

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?

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.