🚨 fix warning

Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
Niels Lohmann
2026-06-30 20:06:41 +02:00
parent 98062e93de
commit 58c69c8ab7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4280,7 +4280,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
}
};
data m_data = {};
data m_data = {}; // NOLINT(readability-redundant-member-init)
#if JSON_DIAGNOSTICS
/// a pointer to a parent value (for debugging purposes)