fs/io/FileOutputStream: work around -Wunused

This commit is contained in:
Max Kellermann 2016-10-26 11:21:50 +02:00
parent f62546ec79
commit ba181ae9df

View File

@ -166,6 +166,8 @@ FileOutputStream::OpenCreate(bool visible)
GetPath().c_str());
#ifdef HAVE_LINKAT
}
#else
(void)visible;
#endif
}