]> git.ipfire.org Git - thirdparty/ccache.git/commit
Ignore unknown keys in configuration files
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 31 Mar 2019 18:06:05 +0000 (20:06 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 31 Mar 2019 18:06:05 +0000 (20:06 +0200)
commit22db9ed893e9f44c216f9c32157be2a782dc3812
treeb8d9861a25672eb574c0d9865d5a10aefda7edd3
parent5c3927065682ac6ab19a6bd7bd7d3c94c7240cdb
Ignore unknown keys in configuration files

This way legacy ccache versions can still work with modern ccache
configuration keys in the configuration files. The downside is of course
that errors like typos no longer will be corrected.
doc/NEWS.adoc
src/conf.c
unittest/test_conf.c