1
0
Fork 0
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:
jules 2018-04-05 16:38:20 +01:00
parent d3c9577668
commit 7bc75e24c1
8 changed files with 22 additions and 21 deletions

View file

@ -101,7 +101,7 @@ public:
pairButton.setEnabled (false);
addAndMakeVisible (pairButton);
pairButton.onClick = [this]
pairButton.onClick = []
{
RuntimePermissions::request (RuntimePermissions::bluetoothMidi,
[] (bool wasGranted)