]> git.ipfire.org Git - thirdparty/ccache.git/commit
Ignore return value from fwrite when writing debug log
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 16 Oct 2018 18:32:01 +0000 (20:32 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 16 Oct 2018 18:34:57 +0000 (20:34 +0200)
commita0f7c10567b041079eef7aab8055091c79b4049b
treecaa34482f82f86a3d88b577ec5e82b54134d1c48
parent7e11471f674fb812e30cec1ad3afa9568b88ae10
Ignore return value from fwrite when writing debug log

This silences some compilers’ warnings about ignoring return value of
fwrite.

There’s not much we can do if they fail, and it’s also not important
enough to e.g. call failed() for the debug logs.
src/hash.c
src/util.c