This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to Add -Wunused-returns
Fergus,
Thanks for your comments!
>>>
I don't see what the point of the second `if' is. Surely the same
warning should be issued for calls via function pointers as is issued for
ordinary calls.
<<<
Good point. And I like your idea of printing the function name, too. Shall I
use this code?
>>>
I'm not sure that close() is a good example here, since checking the
return value from close() for files opened in output mode is very
important, and it would be bad to encourage people to omit that.
<<<
Very fair. How about "strcpy()" as another example of where most people
usually (and rightfully) cast away the return value?
-d