aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/chroot/chroot-fs.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2016-08-30 21:50:21 +0200
committerWillem Jan Palenstijn2016-08-30 21:53:21 +0200
commitfb592a0dbda7b57c38b643e4f04ca9640c6986af (patch)
tree9a2bbe9899e22bbb2ea941938e375826312cee61 /backends/fs/chroot/chroot-fs.cpp
parentd60879b535076f6d513755c918f80b905dd352a9 (diff)
downloadscummvm-rg350-fb592a0dbda7b57c38b643e4f04ca9640c6986af.tar.gz
scummvm-rg350-fb592a0dbda7b57c38b643e4f04ca9640c6986af.tar.bz2
scummvm-rg350-fb592a0dbda7b57c38b643e4f04ca9640c6986af.zip
BACKENDS: Rename variable shadowing function
Diffstat (limited to 'backends/fs/chroot/chroot-fs.cpp')
-rw-r--r--backends/fs/chroot/chroot-fs.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}