zlacker

[parent] [thread] 0 comments
1. Releas+(OP)[view] [source] 2024-02-24 10:34:56
Sorry, yes, you are of course right. That's the linter which complains, not the compiler.

I have to say that I don't understand the rationale of a compiler that errors on unused variables but lets the user silently ignore function return values. As a solution to explicitly ignore return values already exists in the language.

[go to top]