]> git.ipfire.org Git - thirdparty/ccache.git/commit
Merge remote-tracking branch 'afbjorklund/everything'
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Oct 2018 19:33:27 +0000 (21:33 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 2 Oct 2018 19:33:27 +0000 (21:33 +0200)
commit5d8e9896c088d2e5889404f9131dbdbe0ec5b1db
treea8d59197e9567ecd1472625019150a69a070050a
parentf6596633320634b5b053a8fb1db390de9af4b3c8
parent731f26bf51765f86f12cbac8e27f11fccc9a2096
Merge remote-tracking branch 'afbjorklund/everything'

* afbjorklund/everything:
  Make configure work with older clang versions
  Add option for enabling more compiler warnings
  Add configure support for detecting clang
  Avoid bad function cast by using temporary
  Proper use of const qualifier char* strings
  Removed locally shadowed global variables
  Don't use undefined macros, use ifdef instead
  Add noreturn to functions that don't return
  Add missing extern prototypes, or make static
  Don't use reserved id macros in the headers
  Only compile getopt_long.c when needed
  Address issues found by lgtm.com alerts
configure.ac
src/ccache.c
src/ccache.h
src/compopt.c
src/conf.c
src/hash.c
src/stats.c
src/unify.c
src/util.c
unittest/main.c
unittest/test_conf.c