From ecbcdd0e5466b084487ae391cb8d1f28ade7a13e Mon Sep 17 00:00:00 2001 From: elsid Date: Sat, 29 Jan 2022 06:29:55 +0100 Subject: [PATCH] Add missing initialization --- components/files/configfileparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/files/configfileparser.cpp b/components/files/configfileparser.cpp index 7fcc033157..3d8e06ebe7 100644 --- a/components/files/configfileparser.cpp +++ b/components/files/configfileparser.cpp @@ -91,7 +91,7 @@ namespace Files // Invariant: no element is prefix of other element. std::set allowed_prefixes; std::string m_prefix; - bool m_allow_unregistered; + bool m_allow_unregistered = false; }; common_config_file_iterator::common_config_file_iterator(