Re: [Wireshark-dev] Are we fully moved over to C++ compilers?

2023-05-17 Thread Pascal Quantin
Hi Gilbert, 17 mai 2023 23:41:21 Gilbert Ramirez : > What's the state of our toolchain requirements for wireshark and all the > programs within it? > The CMakeLists.txt indicates we need C++ 11, but also has variables for > C_ONLY_FLAGS > > Some .c/.h files have "#ifdef __cplusplus" and others

[Wireshark-dev] Are we fully moved over to C++ compilers?

2023-05-17 Thread Gilbert Ramirez
What's the state of our toolchain requirements for wireshark and all the programs within it? The CMakeLists.txt indicates we need C++ 11, but also has variables for C_ONLY_FLAGS Some .c/.h files have "#ifdef __cplusplus" and others don't. Basically, if I'm working on a new feature in common code