]> git.openstreetmap.org Git - rails.git/commit
Fix clang build error
authorHan Chao <hanchao0123@hotmail.com>
Fri, 30 Dec 2016 05:09:58 +0000 (13:09 +0800)
committerTom Hughes <tom@compton.nu>
Fri, 30 Dec 2016 07:38:28 +0000 (07:38 +0000)
commitade561d3e6b5344987ee1621f07bc07955fe3df1
tree48c6b0e896956c692f32e57fa61336f05eadb90f
parent442994d46d3c00fdc16a746d4020634b4bdda0d3
Fix clang build error

By default, Clang builds C code in GNU C11 mode, so it uses
standard C99 semantics for the inline keyword:

http://clang.llvm.org/compatibility.html#inline

Closes #1399
lib/quad_tile/quad_tile.h