Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Switch to C++11 or C++14

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 2 Jun 2018 11:48:36 -0700
On Jun 2, 2018, at 8:09 AM, Michał Łabędzki <michal.tomasz.labedzki@xxxxxxxxx> wrote:

> My setup of
> Wireshark allow that because CMake set is as "-std=gnu++11", however,
> Petri-Dish fails on Ubuntu because of old "-std=gnu99". I do not know
> how it works because gnu99 is c99 + gnu extensions, but it is also C,
> not C++ (are there "reference&" for C?).

If we're adding -std=gnu{anything} to the *C++* compile flags, that's a bug.

Could you indicate which Petri Dish failure added -std=gnu99 to any C++ compiler flags?