From fb592a0dbda7b57c38b643e4f04ca9640c6986af Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Tue, 30 Aug 2016 21:50:21 +0200 Subject: BACKENDS: Rename variable shadowing function --- backends/fs/chroot/chroot-fs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/fs/chroot/chroot-fs.cpp') diff --git a/backends/fs/chroot/chroot-fs.cpp b/backends/fs/chroot/chroot-fs.cpp index f5f7c84570..be6805bbd8 100644 --- a/backends/fs/chroot/chroot-fs.cpp +++ b/backends/fs/chroot/chroot-fs.cpp @@ -108,7 +108,7 @@ Common::WriteStream *ChRootFilesystemNode::createWriteStream() { return _realNode->createWriteStream(); } -bool ChRootFilesystemNode::create(bool isDirectory) { +bool ChRootFilesystemNode::create(bool /*isDir*/) { error("Not supported"); return false; } -- cgit v1.2.3