]> git.openstreetmap.org Git - rails.git/commitdiff
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)
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


No differences found