Comment by JackSlateur
1 month ago
Thank you
So this would be a way which predates' C23's maybe_unused attribute¹
Nice trick
[1] https://en.cppreference.com/w/c/language/attributes/maybe_un...
1 month ago
Thank you
So this would be a way which predates' C23's maybe_unused attribute¹
Nice trick
[1] https://en.cppreference.com/w/c/language/attributes/maybe_un...
C23 includes support for just omitting the parameter name, as with C++.