aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Conf.cpp1
1 files changed, 1 insertions, 0 deletions
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)