Commit ba181ae9 authored by Max Kellermann's avatar Max Kellermann

fs/io/FileOutputStream: work around -Wunused

parent f62546ec
...@@ -166,6 +166,8 @@ FileOutputStream::OpenCreate(bool visible) ...@@ -166,6 +166,8 @@ FileOutputStream::OpenCreate(bool visible)
GetPath().c_str()); GetPath().c_str());
#ifdef HAVE_LINKAT #ifdef HAVE_LINKAT
} }
#else
(void)visible;
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment