mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Avoid unused variable warnings for certain configurations
This commit is contained in:
parent
390cf3209b
commit
001cbb145f
@ -359,9 +359,11 @@ test_open_syncs(void)
|
||||
static void
|
||||
test_open_sync(const char *msg, int writes_size)
|
||||
{
|
||||
#ifdef OPEN_SYNC_FLAG
|
||||
int tmpfile,
|
||||
ops,
|
||||
writes;
|
||||
#endif
|
||||
|
||||
printf(LABEL_FORMAT, msg);
|
||||
fflush(stdout);
|
||||
|
Loading…
Reference in New Issue
Block a user