Skip to content

Commit 7eff180

Browse files
author
Hana Dusíková
committed
remove warning
1 parent a8305af commit 7eff180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/wide-pattern.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ int main()
77
const wchar_t test[]{ L"abc" };
88
const wchar_t* begin = test;
99
const wchar_t* end = begin + 3;
10-
const auto results = ctre::re<Pattern>().search(begin, end);
10+
[[maybe_unused]] const auto results = ctre::re<Pattern>().search(begin, end);
1111
}

0 commit comments

Comments
 (0)