Skip to content

Commit d626aa5

Browse files
committed
Merge branch 'skia_2024'
2 parents 03b4978 + 43e387d commit d626aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/host/gtk3/window.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace cycfi::elements
3939
return 1.0f / gdk_window_get_scale_factor(gdk_win);
4040
}
4141

42-
window::window(std::string const& name, int style_, rect const& bounds)
42+
window::window(std::string const& name, int /*style_*/, rect const& bounds)
4343
: _window(new host_window)
4444
{
4545
// Chicken and egg. GTK wants us to create windows only

lib/include/elements/element/gallery/button.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ namespace cycfi::elements
286286
using direction_t = default_button_styler::direction;
287287
constexpr static bool has_default_corner_radius = false;
288288

289-
button_styler_rounded_half_default(Base base)
289+
button_styler_rounded_half_default(Base const& base)
290290
: Base(std::move(base))
291291
{}
292292

0 commit comments

Comments
 (0)