You've already forked openal-soft
mirror of
https://github.com/OldUnreal/openal-soft.git
synced 2026-04-02 21:38:01 -07:00
Note that GCC's va_list seems to be implemented as some type with an array size of 1 (__va_list_tag[1]), which is expected to implicitly decay to a pointer when passed as a parameter. This unfortunately necessitates NOLINTBEGIN/END where it's used to silence clang-tidy.
673 B
673 B