ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Buildbot compile flags

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Sun, 25 Mar 2007 09:08:37 -0700
Joerg Mayer wrote:
> On Thu, Mar 22, 2007 at 08:01:50PM -0700, Stephen Fisher wrote:
>> On Thu, Mar 22, 2007 at 07:47:35PM -0700, Guy Harris wrote:
>> The alternative is to compile with -std=c99 for the long long case, but 
>> do we really want to do that?  I agree that -pedantic is a bit too much 
>> to tackle, at least for now.  Let's work on warnings with the usual 
>> flags for now.
> 
> No, the correct way to handle this is to turn off -Werror when this
> configure option is used. We really need to be c89 (or whatever)
> compliant until all the platforms that wireshark runs on have their
> compilers updated to be c99 compliant.

I've turned off --with-extra-gcc-checks on the Linux and OS X buildbots.