mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[wpiutil] Suppress fmtlib clang-tidy warning in C++20 consteval contexts (#4364)
This commit is contained in:
@@ -2921,7 +2921,7 @@ class format_string_checker {
|
||||
basic_string_view<Char> format_str, ErrorHandler eh)
|
||||
: context_(format_str, num_args, types_, eh),
|
||||
parse_funcs_{&parse_format_specs<Args, parse_context_type>...},
|
||||
types_{type_constant<Args, char>::value...} {}
|
||||
types_{type_constant<Args, char>::value...} {} // NOLINT(clang-analyzer-optin.cplusplus.UninitializedObject)
|
||||
|
||||
FMT_CONSTEXPR void on_text(const Char*, const Char*) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user