xo-imgui: clang compiler nits
This commit is contained in:
parent
fb7947a896
commit
5959fae81c
4 changed files with 6 additions and 2 deletions
|
|
@ -508,7 +508,7 @@ namespace xo {
|
|||
&& Q1::always_constexpr_unit
|
||||
&& Q2::always_constexpr_unit)
|
||||
constexpr auto
|
||||
with_units_from(const Q1 & x, const Q2 & y)
|
||||
with_units_from(const Q1 & x, const Q2 & /*y*/)
|
||||
{
|
||||
return x.template rescale_ext<Unit>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue