mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 02:28:15 +00: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<
|
||||
!std::is_same<Char, wchar_t>::value ||
|
||||
!std::is_same<StrChar, wchar_t>::value>::type
|
||||
write_str(basic_string_view<StrChar> value) {
|
||||
write_str(basic_string_view<StrChar> ) {
|
||||
// Do nothing.
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user