[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Release date, stability of 4.3 trunk
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Release date, stability of 4.3 trunk
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Thu, 9 Oct 2008 08:48:01 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <48ED49C2.8020801 (at) elyograg.org> <28BD1D730A234231811D3721AF56F939 (at) noip.org>
- User-agent: nn/6.7.3
In <28BD1D730A234231811D3721AF56F939 (at) noip.org> "Lars Ebeling" <lars.ebeling (at) leopg9.no-ip.org> writes:
>> There are tons of compiler warnings, at least with the compiler I'm using.
>> Presumably most of them are not true problems, the data types and code
>> just need a little massaging to bring things in line. Do you already know
>> what's causing most of them and how to fix it, or would you like some help
>> tracking them down?
>>
>> gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
>>
>Could you please define tons. I could count to 17 warnings, where approx 50%
>were from snmpcollect.c
>There also were some doubles. So forgetting snmpcollect.c there were about 6
>warnings.
The number of warnings depends heavily on the version of gcc you're using.
gcc 4.x generally spews a lot more warnings than earlier versions.
Henrik