fix compiler warnings (which are treated as errors in OR)

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
Matt Liberty 2024-08-07 14:03:30 -07:00
parent e4cf6aea29
commit bb003fc3c9
2 changed files with 4 additions and 7 deletions

View File

@ -27,13 +27,6 @@
#include "Search.hh"
#include "Sta.hh"
namespace sta {
Graph *
cmdGraph();
} // namespace
using namespace sta;
%}

View File

@ -233,6 +233,7 @@ tclListSeqConstChar(Tcl_Obj *const source,
return nullptr;
}
#ifdef UNUSED
static StdStringSet *
tclListSetStdString(Tcl_Obj *const source,
Tcl_Interp *interp)
@ -252,6 +253,7 @@ tclListSetStdString(Tcl_Obj *const source,
else
return nullptr;
}
#endif
////////////////////////////////////////////////////////////////
@ -367,6 +369,7 @@ objectListNext(const char *list,
}
}
#ifdef UNUSED
static Tcl_Obj *
tclArcDcalcArg(ArcDcalcArg &gate,
Tcl_Interp *interp)
@ -432,6 +435,7 @@ arcDcalcArgTcl(Tcl_Obj *obj,
}
return ArcDcalcArg();
}
#endif
} // namespace