diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-02 15:30:38 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-02 15:30:38 -0400 |
commit | e70980747dbe50b5ddc9aee88912e78825cacdd1 (patch) | |
tree | c8cc490c1e24a4aff62d9bb7c15886bd7773a6a8 /src/backend/access/gist/gistsplit.c | |
parent | db1fdc945da471a8dc1f0dd701270858acd0806f (diff) | |
download | postgresql-e70980747dbe50b5ddc9aee88912e78825cacdd1.tar.gz postgresql-e70980747dbe50b5ddc9aee88912e78825cacdd1.zip |
Fix "quiet inline" configure test for newer clang compilers.
This test used to just define an unused static inline function and check
whether that causes a warning. But newer clang versions warn about
unused static inline functions when defined inside a .c file, but not
when defined in an included header, which is the case we care about.
Change the test to cope.
Andres Freund
Diffstat (limited to 'src/backend/access/gist/gistsplit.c')
0 files changed, 0 insertions, 0 deletions