diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-02 15:30:29 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-02 15:30:29 -0400 |
commit | 693a82dddf9657eb4cda2293acc219ca79066ab5 (patch) | |
tree | dbbcaa399c54f77443ebd34ef643b57b07ea44fb /src/backend/access/gist/gistutil.c | |
parent | e31193d495f668b2e2e98db290f36af83b6c70e8 (diff) | |
download | postgresql-693a82dddf9657eb4cda2293acc219ca79066ab5.tar.gz postgresql-693a82dddf9657eb4cda2293acc219ca79066ab5.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/gistutil.c')
0 files changed, 0 insertions, 0 deletions