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
|
bool
|
||||||
MacroController::configure (const std::string &key, const std::string &value)
|
MacroController::configure (const std::string & /*key*/, const std::string & /*value*/)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1088,7 +1088,7 @@ GDS2WriterBase::write_polygon (int layer, int datatype, double sf, const db::Sha
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
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 ();
|
auto props = db::properties (prop_id).to_map ();
|
||||||
for (auto p = props.begin (); p != props.end (); ++p) {
|
for (auto p = props.begin (); p != props.end (); ++p) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue