]> git.ipfire.org Git - thirdparty/ccache.git/commit
Only enable more warnings in dev mode when requested
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 15 Sep 2019 19:32:50 +0000 (21:32 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 15 Sep 2019 19:32:50 +0000 (21:32 +0200)
commit7fc7a18ba061ecbbd464b810d84fe174f80066ef
treec71f5e11fa7be0441f855b45e38ad54bbdf2fa34
parentfbdb291fbf0fc749ed44fc510ff023c8030359ff
Only enable more warnings in dev mode when requested

21ded3ae enabled “more warnings” in dev mode unconditionally, but that
doesn’t play well in dev builds with a Clang version older than the one
used in Travis-CI since the “-Wno-foo” options may be unknown. Instead
of doing feature tests for those options, just enable “more warnings”
when --enable-more-warnings is specified and specify it for Travis-CI
builds.
.travis.yml
Makefile.in
configure.ac
dev.mk.in