From 58d22eef5cffdf6f006e5f34c82bfbd3ebe79604 Mon Sep 17 00:00:00 2001 From: imarom Date: Thu, 12 Jan 2017 10:31:14 +0200 Subject: abs fix Signed-off-by: imarom --- src/utl_yaml.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utl_yaml.cpp') diff --git a/src/utl_yaml.cpp b/src/utl_yaml.cpp index a4fd6404..df605964 100755 --- a/src/utl_yaml.cpp +++ b/src/utl_yaml.cpp @@ -313,6 +313,7 @@ YAMLParserWrapper::parse_mac_addr(const YAML::Node &node, const std::string &nam } assert(0); + return(0); } uint64_t -- cgit 1.2.3-korg