mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-13 06:36:50 -04:00
Fix an unused argument warning
This commit is contained in:
parent
2f4f49fd60
commit
eefdb379f9
@ -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.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user