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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy