Silence some warnings in some files in Utilities

This commit is contained in:
Zion Nimchuk 2017-11-01 23:27:57 -07:00 committed by Nekotekina
parent 853c3f9e39
commit b9b06143d2
4 changed files with 13 additions and 10 deletions

View file

@ -202,6 +202,7 @@ void cfg::encode(YAML::Emitter& out, const cfg::_base& rhs)
out << YAML::EndMap;
return;
}
default: LOG_ERROR(GENERAL, "Attempting to cfg encode an unimplemented type.");
}
out << rhs.to_string();