On Tue, May 28, 2019 at 12:24:12PM +0200, Martin Liška wrote: > Well, I see a lot of these struct/class discrepancies when building GCC with > LLVM. > Question is whether it worth changing?
No, the warning is just wrong. C++ clearly states what the struct and class keyword mean and it is just fine to mix them between declarations and definitions. Jakub