Skip to content

Commit 8212625

Browse files
committed
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 720b0ea.
1 parent 0b1fe14 commit 8212625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgbench/pgbench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ static const char *progname;
301301

302302
#define WSEP '@' /* weight separator */
303303

304-
volatile static sig_atomic_t timer_exceeded = false; /* flag from signal
304+
static volatile sig_atomic_t timer_exceeded = false; /* flag from signal
305305
* handler */
306306

307307
/*

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