From: Jean Flach Date: Fri, 19 Dec 2014 08:36:59 +0000 (+0100) Subject: Fix a compiler warning X-Git-Tag: v2.3.0~448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23acc2408d288946af0734f35d2d7f6be6307224;p=icinga2 Fix a compiler warning fixes #8114 --- 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)