Content-Length: 257209 | pFad | http://github.com/postgrespro/postgres/commit/afe86a9e73b0d30f34dfdc196a6b52ce1306a95e

E8 Fix obsolescent C declaration syntax · postgrespro/postgres@afe86a9 · GitHub
Skip to content

Commit afe86a9

Browse files
committed
Fix obsolescent C declaration syntax
gcc -Wextra/-Wold-style-declaration thinks that "inline" should go before the function return type.
1 parent a5985a9 commit afe86a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/gist/gistproc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ non_negative(float val)
327327
/*
328328
* Consider replacement of currently selected split with the better one.
329329
*/
330-
static void inline
330+
static inline void
331331
g_box_consider_split(ConsiderSplitContext *context, int dimNum,
332332
double rightLower, int minLeftCount,
333333
double leftUpper, int maxLeftCount)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/afe86a9e73b0d30f34dfdc196a6b52ce1306a95e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy