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:
parent
fb1f94767d
commit
1d1d743b9f
23 changed files with 19 additions and 76 deletions
|
|
@ -47,9 +47,6 @@ public:
|
|||
*/
|
||||
BorderSize() = default;
|
||||
|
||||
/** Creates a copy of another border. */
|
||||
BorderSize (const BorderSize&) = default;
|
||||
|
||||
/** Creates a border with the given gaps. */
|
||||
BorderSize (ValueType topGap, ValueType leftGap, ValueType bottomGap, ValueType rightGap) noexcept
|
||||
: top (topGap), left (leftGap), bottom (bottomGap), right (rightGap)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue