]> git.ipfire.org Git - thirdparty/ccache.git/commit
Comment out unused parameter name instead of using [[maybe_unused]]
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 27 Aug 2020 19:38:38 +0000 (21:38 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 28 Aug 2020 06:09:51 +0000 (08:09 +0200)
commit716d4af20f23f69097bf7bfe10011f59bfe22c17
tree4e5858223c842ff9dec9784e68bbfba81fc132cd
parent0f1676a18575891037aa99c8774c2eb1c27da778
Comment out unused parameter name instead of using [[maybe_unused]]

I think that it makes the code look cleaner if the parameter is
definitely unused.
src/Util.cpp
src/Win32Util.cpp