Explicitly ignore error code in PetscVFPrintfDefault which may be called in error handler
This reverts part of my last commit. Clang warns about the ignored return code, casting the return value to
Explicitly ignore error code in PetscVFPrintfDefault which may be called in error handler
This reverts part of my last commit. Clang warns about the ignored return code, casting the return value to void makes it explicit and thus silences the warning.
Hg-commit: 03e5e7ec3725750691a3ba9d5b9744946158ba18
show more ...
|