mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Fix an unused argument warning
This commit is contained in:
@ -1840,7 +1840,7 @@ class arg_formatter_base {
|
|||||||
typename enable_if<
|
typename enable_if<
|
||||||
!std::is_same<Char, wchar_t>::value ||
|
!std::is_same<Char, wchar_t>::value ||
|
||||||
!std::is_same<StrChar, wchar_t>::value>::type
|
!std::is_same<StrChar, wchar_t>::value>::type
|
||||||
write_str(basic_string_view<StrChar> value) {
|
write_str(basic_string_view<StrChar> ) {
|
||||||
// Do nothing.
|
// Do nothing.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user