Skip to content

Use named struct

Christoph Grüninger requested to merge cherry-pick/named-struct into releases/2.7

This fixes Clang 11's warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage]

Merge request reports