We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8305af commit 7eff180Copy full SHA for 7eff180
tests/wide-pattern.cpp
@@ -7,5 +7,5 @@ int main()
7
const wchar_t test[]{ L"abc" };
8
const wchar_t* begin = test;
9
const wchar_t* end = begin + 3;
10
- const auto results = ctre::re<Pattern>().search(begin, end);
+ [[maybe_unused]] const auto results = ctre::re<Pattern>().search(begin, end);
11
}
0 commit comments