Workaround for false -Warray-bounds in Travis
authorEmilia Kasper <emilia@openssl.org>
Sat, 12 Mar 2016 16:18:25 +0000 (17:18 +0100)
committerEmilia Kasper <emilia@openssl.org>
Sat, 12 Mar 2016 16:57:01 +0000 (17:57 +0100)
commit4b8574461b92ea64ef048335f942995a09025331
treeed84fe5398ef1d33b02e455b82eeda6fb605bf2e
parente4ad0763e86ab3677aab06a61acba4b157d185f7
Workaround for false -Warray-bounds in Travis

ccache + clang produces a false strcmp warning, see
https://llvm.org/bugs/show_bug.cgi?id=20144

Since this only happens with ccache and --strict-warnings, and
only with certain versions of glibc / clang, disabling
ccache is a reasonable short-term workaround.

Reviewed-by: Richard Levitte <levitte@openssl.org>
.travis.yml