From 2e108e7010f6e8bff0ecd6139932746d7732730b Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 6 Jul 2024 06:02:50 +0000 Subject: [PATCH] feat [skip ci]: update single_include --- single_include/toml.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/single_include/toml.hpp b/single_include/toml.hpp index a0190c1..958b105 100644 --- a/single_include/toml.hpp +++ b/single_include/toml.hpp @@ -10997,6 +10997,7 @@ TOML11_INLINE either string(const spec& s) TOML11_INLINE non_ascii_key_char::non_ascii_key_char(const spec& s) noexcept { assert(s.v1_1_0_allow_non_english_in_bare_keys); + (void)s; // for NDEBUG } TOML11_INLINE std::uint32_t non_ascii_key_char::read_utf8(location& loc) const