1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Build: Add -Wdeprecated to recommended flags and fix new warnings

This commit is contained in:
reuk 2022-02-17 17:22:50 +00:00
parent fb1f94767d
commit 1d1d743b9f
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
23 changed files with 19 additions and 76 deletions

View file

@ -738,9 +738,6 @@ private:
};
//==============================================================================
FlexBox::FlexBox() noexcept = default;
FlexBox::~FlexBox() noexcept = default;
FlexBox::FlexBox (JustifyContent jc) noexcept : justifyContent (jc) {}
FlexBox::FlexBox (Direction d, Wrap w, AlignContent ac, AlignItems ai, JustifyContent jc) noexcept