summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-01-11 15:35:38 (GMT)
committerdkf <dkf@noemail.net>2007-01-11 15:35:38 (GMT)
commitbc95aa62be8456f69d3a5834a35d561d094e0370 (patch)
tree9afda096b9165b4f20fb70975876d2bf0c1c2c29 /win/tkWinDialog.c
parent6be95639cd219118015e01613e639e7222008b4a (diff)
downloadtk-bc95aa62be8456f69d3a5834a35d561d094e0370.zip
tk-bc95aa62be8456f69d3a5834a35d561d094e0370.tar.gz
tk-bc95aa62be8456f69d3a5834a35d561d094e0370.tar.bz2
Many minute fixes to reduce number of minor warnings from GCC.
FossilOrigin-Name: 07047209ee3fabf64df75844ccc749416e247cd7
Diffstat (limited to 'win/tkWinDialog.c')
-rw-r--r--win/tkWinDialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c
index 9183f20..1da6aae 100644
--- a/win/tkWinDialog.c
+++ b/win/tkWinDialog.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinDialog.c,v 1.43 2005/12/02 00:19:04 dkf Exp $
+ * RCS: @(#) $Id: tkWinDialog.c,v 1.44 2007/01/11 15:35:40 dkf Exp $
*
*/
@@ -1460,7 +1460,7 @@ MakeFilter(
if (valuePtr == NULL) {
len = 0;
} else {
- CONST char* string = Tcl_GetStringFromObj(valuePtr, &len);
+ (void) Tcl_GetStringFromObj(valuePtr, &len);
}
/*