提交 001cbb14 编写于 作者: P Peter Eisentraut

Avoid unused variable warnings for certain configurations

上级 390cf320
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册