diff --git a/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/AnimationAppExample b/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/AnimationAppExample deleted file mode 100755 index 8b2307c77f..0000000000 Binary files a/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/AnimationAppExample and /dev/null differ diff --git a/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/Info.plist b/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/Info.plist deleted file mode 100644 index 2794ff741f..0000000000 Binary files a/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/Info.plist and /dev/null differ diff --git a/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/LaunchImage-700-568h@2x.png b/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/LaunchImage-700-568h@2x.png deleted file mode 100644 index 0a1d33541f..0000000000 Binary files a/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/LaunchImage-700-568h@2x.png and /dev/null differ diff --git a/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/PkgInfo b/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/PkgInfo deleted file mode 100644 index bd04210fb4..0000000000 --- a/examples/AnimationAppExample/Builds/iOS/build/Debug/AnimationAppExample.app/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -APPL???? \ No newline at end of file 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;