Skip to content
Snippets Groups Projects
Commit 001cbb14 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Avoid unused variable warnings for certain configurations

parent 390cf320
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment