We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3e8c8 commit 1ac735eCopy full SHA for 1ac735e
gframe/text_types.h
@@ -22,7 +22,7 @@ using wstringview = basic_string_view<wchar_t>;
22
23
namespace Detail {
24
template<typename Char>
25
-static constexpr inline epro::basic_string_view<Char> CHAR_T_STRINGVIEW(epro::stringview stringview, epro::wstringview wstringview) {
+static constexpr inline epro::basic_string_view<Char> CHAR_T_STRINGVIEW([[maybe_unused]] epro::stringview stringview, [[maybe_unused]] epro::wstringview wstringview) {
26
if constexpr(std::is_same_v<Char, wchar_t>) {
27
return wstringview;
28
} else {
0 commit comments