mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
This commit is contained in:
parent
f9961e9938
commit
59a058fdc6
69 changed files with 518 additions and 409 deletions
|
|
@ -118,6 +118,7 @@ struct DemoFlexPanel : public juce::Component
|
|||
case 3: flexItem.alignSelf = FlexItem::AlignSelf::flexEnd; break;
|
||||
case 4: flexItem.alignSelf = FlexItem::AlignSelf::center; break;
|
||||
case 5: flexItem.alignSelf = FlexItem::AlignSelf::stretch; break;
|
||||
default: break;
|
||||
}
|
||||
|
||||
refreshLayout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue