Avoid unused variable warnings for certain configurations

pull/1/head
Peter Eisentraut 15 years ago
parent 390cf3209b
commit 001cbb145f
  1. 2
      contrib/pg_test_fsync/pg_test_fsync.c

@ -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…
Cancel
Save