From 23acc2408d288946af0734f35d2d7f6be6307224 Mon Sep 17 00:00:00 2001 From: Jean Flach Date: Fri, 19 Dec 2014 09:36:59 +0100 Subject: [PATCH] Fix a compiler warning fixes #8114 --- plugins/thresholds.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/thresholds.cpp b/plugins/thresholds.cpp index 83a957afd..6a50eb391 100644 --- a/plugins/thresholds.cpp +++ b/plugins/thresholds.cpp @@ -137,6 +137,7 @@ std::wstring removeZero(double val) } pos--; } + return L"0"; } std::vector splitMultiOptions(std::wstring str) -- 2.40.0