mirror of https://github.com/KLayout/klayout.git
Fixed a few build warnings.
This commit is contained in:
parent
d8e271339e
commit
99462792bb
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue