]> git.ipfire.org Git - thirdparty/ccache.git/commit
Fix compile error with Xcode 4.6
authorDavid Givone <david@givone.net>
Wed, 30 Jan 2013 07:59:22 +0000 (23:59 -0800)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 3 Feb 2013 20:13:27 +0000 (21:13 +0100)
commit8d2365544240f53733cccc1fc8bd142d6de8844f
tree4286eccfe6bd8e5a5a03283c5f18f8c50f7edac0
parent8f3e06cf26f41d69e3741234e340ceb23fa3ce9a
Fix compile error with Xcode 4.6

static function ... is used in an inline function with external linkage
[-Werror,-Wstatic-in-inline] use 'static' to give inline function ... internal
linkage
confitems_lookup.c
envtoconfitems_lookup.c