mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Android: Fixed some compiler warnings when compiling with Oboe enabled
This commit is contained in:
parent
baebb9d1b5
commit
6c4224d05a
2 changed files with 24 additions and 16 deletions
|
|
@ -169,7 +169,10 @@
|
|||
#error "Oboe cannot be enabled at the same time as openSL! Please disable JUCE_USE_ANDROID_OPENSLES"
|
||||
#endif
|
||||
|
||||
#include <oboe/Oboe.h>
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wunused-parameter"
|
||||
#include <oboe/Oboe.h>
|
||||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue