1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00
Files
postgres/config
Tom Lane 9174c77f86 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
2014-05-02 15:30:44 -04:00
..
2009-07-02 18:55:40 +00:00
2010-05-12 16:50:57 +00:00
2009-07-02 18:55:40 +00:00
2010-09-22 19:51:46 -04:00