mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Fix obsolescent C declaration syntax
gcc -Wextra/-Wold-style-declaration thinks that "inline" should go before the function return type.
This commit is contained in:
parent
a5985a96a8
commit
afe86a9e73
@ -327,7 +327,7 @@ non_negative(float val)
|
||||
/*
|
||||
* Consider replacement of currently selected split with the better one.
|
||||
*/
|
||||
static void inline
|
||||
static inline void
|
||||
g_box_consider_split(ConsiderSplitContext *context, int dimNum,
|
||||
double rightLower, int minLeftCount,
|
||||
double leftUpper, int maxLeftCount)
|
||||
|
Loading…
x
Reference in New Issue
Block a user