Files
openal-soft/core/except.cpp
Chris Robinson 069985e1e8 Avoid implicit array-to-pointer decay
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.
2024-01-24 20:31:02 -08:00

673 B