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?