mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 07:49:59 +00:00
IfcParseExamples: fix gcc warning about not covered enum cases
This commit is contained in:
@@ -99,6 +99,8 @@ std::string format_string(const ifcopenshell::attribute_value& argument) {
|
||||
stream << v;
|
||||
return stream.str();
|
||||
break; }
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return "?";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user