diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-01 16:16:36 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-01 16:16:36 -0400 |
commit | 4c8aa8b5aea1e032f569222d4b6c1019e84622dc (patch) | |
tree | 116edf673f0cd928a621b39fbf89e297440bb5fa /src/backend/utils/adt/ruleutils.c | |
parent | 3f8c8e3c61cef5729980ee4372ec159862a979f1 (diff) | |
download | postgresql-4c8aa8b5aea1e032f569222d4b6c1019e84622dc.tar.gz postgresql-4c8aa8b5aea1e032f569222d4b6c1019e84622dc.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/utils/adt/ruleutils.c')
0 files changed, 0 insertions, 0 deletions