mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Address some compiler warnings
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
||||
return iterator(base_map_->find(k), &transform_);
|
||||
}
|
||||
|
||||
size_t erase(const key_type& k) {
|
||||
size_t erase(const key_type&) {
|
||||
// @todo
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user