mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Silence obvious compiler warnings
Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -40,8 +40,6 @@ namespace {
|
||||
taxonomy::ptr mapping::map_impl(const IfcSchema::IfcBooleanResult& inst) {
|
||||
IfcSchema::IfcBooleanOperand operand1 = inst.FirstOperand();
|
||||
IfcSchema::IfcBooleanOperand operand2 = inst.SecondOperand();
|
||||
bool has_halfspace_operand = false;
|
||||
|
||||
std::vector<IfcSchema::IfcBooleanOperand> operands;
|
||||
operands.push_back(operand2);
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#define mapping POSTFIX_SCHEMA(mapping)
|
||||
using namespace ifcopenshell::geom;
|
||||
|
||||
taxonomy::ptr mapping::map_impl(const IfcSchema::IfcCenterLineProfileDef& inst) {
|
||||
taxonomy::ptr mapping::map_impl(const IfcSchema::IfcCenterLineProfileDef&) {
|
||||
return nullptr;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user