From 0fe7802c93b0b2ca7aedb3706906dc0af2b918c5 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 12 Nov 2014 16:58:46 +0000 Subject: [PATCH] Oops - fixed win32 typo in last commit. --- modules/juce_core/native/juce_win32_Files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/native/juce_win32_Files.cpp b/modules/juce_core/native/juce_win32_Files.cpp index 260ed12b64..b918cabb3f 100644 --- a/modules/juce_core/native/juce_win32_Files.cpp +++ b/modules/juce_core/native/juce_win32_Files.cpp @@ -163,7 +163,7 @@ bool File::setFileReadOnlyInternal (const bool shouldBeReadOnly) const || SetFileAttributes (fullPath.toWideCharPointer(), newAtts) != FALSE; } -bool File::setFileExecutableInternal (bool shouldBeExecutable) +bool File::setFileExecutableInternal (bool /*shouldBeExecutable*/) const { // XXX is this possible? return false;