Skip to content
Verified Commit e4f8f965 authored by Jonah Brüchert's avatar Jonah Brüchert 🌳
Browse files

Fix new unused variable warning on current gcc 12

The warning occurs in a constexpr if, so even though the variable is
used in the function, it may not be after the constexpr ifs are
evaluated.
parent 6fdb0321
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment