Well, thats GUNC only IIUC, unlike G_NORETURN which supports multiple compilers.
Does anybody actually cares about warnings from a non-GNUC compiler? I mean, it's supported by GCC and clang, and I don't think any of us is using anything else?
Of course C++ indicates it with no name on the parameter declaration, but does C follow that sensible strategy? NO!! C23 adds ugly
[[maybe_unused]]
to function parameters as well ... sigh [end rant]
IIUC C23 does have that C++ feature (thanks Wikipedia for the links)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.