diff --git a/gframe/text_types.h b/gframe/text_types.h index 4c4dfbe6e..2474d3cbb 100644 --- a/gframe/text_types.h +++ b/gframe/text_types.h @@ -22,7 +22,7 @@ using wstringview = basic_string_view; namespace Detail { template -static constexpr inline epro::basic_string_view CHAR_T_STRINGVIEW(epro::stringview stringview, epro::wstringview wstringview) { +static constexpr inline epro::basic_string_view CHAR_T_STRINGVIEW([[maybe_unused]] epro::stringview stringview, [[maybe_unused]] epro::wstringview wstringview) { if constexpr(std::is_same_v) { return wstringview; } else {