Skip to content

Use named struct

Christoph Grüninger requested to merge feature/named-struct into master

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