logoalt Hacker News

stephc_int13today at 3:31 PM1 replyview on HN

I know, and I don't see unused return values as an error, it should be a warning at best.

And the compiler should be just a bit smarter to avoid the .{} thing when it is not strictly necessary.


Replies

dnauticstoday at 3:32 PM

> And the compiler should be just a bit smarter to avoid the .{} thing when it is not strictly necessary.

What's your plan for this? Rebuilding the C varargs mess from first principles?