mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Increased the Xcode warning level for some demo code and fixed resulting warnings
This commit is contained in:
parent
d3c9577668
commit
7bc75e24c1
8 changed files with 22 additions and 21 deletions
|
|
@ -101,7 +101,7 @@ public:
|
|||
pairButton.setEnabled (false);
|
||||
|
||||
addAndMakeVisible (pairButton);
|
||||
pairButton.onClick = [this]
|
||||
pairButton.onClick = []
|
||||
{
|
||||
RuntimePermissions::request (RuntimePermissions::bluetoothMidi,
|
||||
[] (bool wasGranted)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue