mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 14:22:33 +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;
|
stream << v;
|
||||||
return stream.str();
|
return stream.str();
|
||||||
break; }
|
break; }
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return "?";
|
return "?";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user