summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-11-19 19:45:28 (GMT)
committernijtmans <nijtmans@noemail.net>2010-11-19 19:45:28 (GMT)
commitca715a40b4456fff0dad582b8f65e6908d136d93 (patch)
treeefbf7c8f0a00938408e54d8226105d21d005f9e5 /generic/tclInterp.c
parent15cea4e8759b8a7b6b05d9a18aca65484893d8ee (diff)
downloadtcl-ca715a40b4456fff0dad582b8f65e6908d136d93.zip
tcl-ca715a40b4456fff0dad582b8f65e6908d136d93.tar.gz
tcl-ca715a40b4456fff0dad582b8f65e6908d136d93.tar.bz2
fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifiers from pointer target type
FossilOrigin-Name: 2cd6a7b788a7c77861801f69f485d2838b121dee
Diffstat (limited to 'generic/tclInterp.c')
-rw-r--r--generic/tclInterp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c
index 219b059..72a62a7 100644
--- a/generic/tclInterp.c
+++ b/generic/tclInterp.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInterp.c,v 1.83.2.5 2010/11/15 21:32:32 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclInterp.c,v 1.83.2.6 2010/11/19 19:45:29 nijtmans Exp $
*/
#include "tclInt.h"
@@ -2494,7 +2494,7 @@ SlaveDebugCmd(
int objc, /* Number of arguments. */
Tcl_Obj *const objv[]) /* Argument objects. */
{
- static const char *const debugTypes[] = {
+ static const char *debugTypes[] = {
"-frame", NULL
};
enum DebugTypes {