From 19370a2213efe960e959832145a165d6e2ad6a65 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Sep 2018 15:06:46 +0200 Subject: Fix no return type in function because gcc is stupid --- src/Conf.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Conf.cpp b/src/Conf.cpp index 8dc4e7c..bad3c01 100644 --- a/src/Conf.cpp +++ b/src/Conf.cpp @@ -1201,6 +1201,7 @@ namespace sibs } else failInvalidFieldUnderObject(fieldName); + return ""; } void SibsConfig::parsePlatformConfigStaticDebug(const StringView &fieldName, const ConfigValue &fieldValue) -- cgit v1.2.3