summaryrefslogtreecommitdiffstats
path: root/generic/tkObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-15 09:06:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-15 09:06:43 (GMT)
commitbcfb5cf04dd1e5c610197f217a8e2a31109194cd (patch)
treec387a9f8850b1679076d38b4de803bc5964d755d /generic/tkObj.c
parent2040c1c975933de7240f814c6bf9386c7a3b4adf (diff)
parent4ee5781a03c8e0291da78312759c0d170f25dd02 (diff)
downloadtk-bcfb5cf04dd1e5c610197f217a8e2a31109194cd.zip
tk-bcfb5cf04dd1e5c610197f217a8e2a31109194cd.tar.gz
tk-bcfb5cf04dd1e5c610197f217a8e2a31109194cd.tar.bz2
Merge 8.6
Diffstat (limited to 'generic/tkObj.c')
-rw-r--r--generic/tkObj.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkObj.c b/generic/tkObj.c
index 7f3b7ff..3f623f6 100644
--- a/generic/tkObj.c
+++ b/generic/tkObj.c
@@ -965,12 +965,11 @@ TkGetWindowFromObj(
static int
SetWindowFromAny(
- Tcl_Interp *dummy, /* Used for error reporting if not NULL. */
+ TCL_UNUSED(Tcl_Interp *),
Tcl_Obj *objPtr) /* The object to convert. */
{
const Tcl_ObjType *typePtr;
WindowRep *winPtr;
- (void)dummy;
/*
* Free the old internalRep before setting the new one.