diff --git a/src/examples/IfcParseExamples.cpp b/src/examples/IfcParseExamples.cpp index c02d51e511..c03e57c491 100644 --- a/src/examples/IfcParseExamples.cpp +++ b/src/examples/IfcParseExamples.cpp @@ -99,6 +99,8 @@ std::string format_string(const ifcopenshell::attribute_value& argument) { stream << v; return stream.str(); break; } + default: + break; } return "?"; }