From 09962a6bcffde1ec70cadbb86605de66068e81c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Pol=C3=A1=C4=8Dek?= Date: Tue, 8 Aug 2023 15:11:39 +0200 Subject: [PATCH] Edit verbose warning message for uninitVarError (#5301) I think that context needs to be provided as to why it is an issue that a variable is not initialized. --- lib/checkclass.cpp | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/lib/checkclass.cpp b/lib/checkclass.cpp index 781b04e2cea..662a6707619 100644 --- a/lib/checkclass.cpp +++ b/lib/checkclass.cpp @@ -1055,12 +1055,9 @@ void CheckClass::initializeVarList(const Function &func, std::list