mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
iOS: Suppress a compiler warning
This commit is contained in:
parent
ad1329dd0e
commit
b1b1bf37f1
1 changed files with 2 additions and 0 deletions
|
|
@ -414,11 +414,13 @@ std::shared_ptr<FileChooser::Pimpl> FileChooser::showPlatformDialog (FileChooser
|
|||
return self;
|
||||
}
|
||||
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wdeprecated-implementations")
|
||||
- (void) documentPicker: (UIDocumentPickerViewController*) controller didPickDocumentAtURL: (NSURL*) url
|
||||
{
|
||||
if (owner != nullptr)
|
||||
owner->didPickDocumentAtURL (url);
|
||||
}
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
|
||||
- (void) documentPicker: (UIDocumentPickerViewController*) controller didPickDocumentsAtURLs: (NSArray<NSURL*>*) urls
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue