summaryrefslogtreecommitdiffstats
path: root/generic/tclHistory.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-03-06 21:33:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-03-06 21:33:24 (GMT)
commitc4a1ea568ee92b0d890bb012f44b345c80f25fa8 (patch)
tree5c9b8cae89263c6d99738a15d02d2113274f66e4 /generic/tclHistory.c
parent1e155ca6690f927989e3afaa7559109019361d0d (diff)
parent81e31a16d82ff906b74f9b726637a3f146b77a4d (diff)
downloadtcl-c4a1ea568ee92b0d890bb012f44b345c80f25fa8.zip
tcl-c4a1ea568ee92b0d890bb012f44b345c80f25fa8.tar.gz
tcl-c4a1ea568ee92b0d890bb012f44b345c80f25fa8.tar.bz2
merge 8.7
Diffstat (limited to 'generic/tclHistory.c')
-rw-r--r--generic/tclHistory.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclHistory.c b/generic/tclHistory.c
index af54d0c..ed9fd04 100644
--- a/generic/tclHistory.c
+++ b/generic/tclHistory.c
@@ -204,10 +204,9 @@ Tcl_RecordAndEvalObj(
static void
DeleteHistoryObjs(
ClientData clientData,
- Tcl_Interp *dummy)
+ TCL_UNUSED(Tcl_Interp *))
{
HistoryObjs *histObjsPtr = (HistoryObjs *)clientData;
- (void)dummy;
TclDecrRefCount(histObjsPtr->historyObj);
TclDecrRefCount(histObjsPtr->addObj);