fs/io/FileOutputStream: work around -Wunused
This commit is contained in:
parent
f62546ec79
commit
ba181ae9df
@ -166,6 +166,8 @@ FileOutputStream::OpenCreate(bool visible)
|
||||
GetPath().c_str());
|
||||
#ifdef HAVE_LINKAT
|
||||
}
|
||||
#else
|
||||
(void)visible;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user