Fixed a few build warnings.

This commit is contained in:
Matthias Koefferlein 2025-08-17 22:52:40 +02:00
parent d8e271339e
commit 99462792bb
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ MacroController::uninitialize (lay::Dispatcher * /*root*/)
}
bool
MacroController::configure (const std::string &key, const std::string &value)
MacroController::configure (const std::string & /*key*/, const std::string & /*value*/)
{
return false;
}

View File

@ -1088,7 +1088,7 @@ GDS2WriterBase::write_polygon (int layer, int datatype, double sf, const db::Sha
}
void
GDS2WriterBase::write_properties (const db::Layout &layout, db::properties_id_type prop_id)
GDS2WriterBase::write_properties (const db::Layout & /*layout*/, db::properties_id_type prop_id)
{
auto props = db::properties (prop_id).to_map ();
for (auto p = props.begin (); p != props.end (); ++p) {