]> git.ipfire.org Git - thirdparty/ccache.git/commit
chore: Fix some Cppcheck warnings
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 26 May 2024 14:46:12 +0000 (16:46 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 27 May 2024 19:51:57 +0000 (21:51 +0200)
commit5717e48b649f2d0ba36753efcb6f3d5dc9d6e2e4
treefd379235cfb9af9ab5c54b2c20c2c2125bedd041
parent3b88e59b3b6913727f5e10abe3e4ef56905e273d
chore: Fix some Cppcheck warnings
13 files changed:
misc/cppcheck-suppressions.txt
src/ccache/argprocessing.hpp
src/ccache/ccache.cpp
src/ccache/hashutil.cpp
src/ccache/storage/local/LocalStorage.cpp
src/ccache/storage/local/LocalStorage.hpp
src/ccache/util/Bytes.cpp
src/ccache/util/DirEntry.cpp
src/ccache/util/MemoryMap.cpp
src/ccache/util/logging.cpp
src/ccache/util/string.cpp
unittest/test_util_Bytes.cpp
unittest/test_util_file.cpp