Fix placement of "static".
Various buildfarm critters were complaining about pgbench.c:304:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Evidently a thinko in 720b0eaae.
This commit is contained in:
parent
0b1fe1413e
commit
8212625e53
@ -301,7 +301,7 @@ static const char *progname;
|
|||||||
|
|
||||||
#define WSEP '@' /* weight separator */
|
#define WSEP '@' /* weight separator */
|
||||||
|
|
||||||
volatile static sig_atomic_t timer_exceeded = false; /* flag from signal
|
static volatile sig_atomic_t timer_exceeded = false; /* flag from signal
|
||||||
* handler */
|
* handler */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user