diff options
author | dgp <dgp@users.sourceforge.net> | 2004-06-08 19:18:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-06-08 19:18:39 (GMT) |
commit | 71d29f51af72942fd0ff29013cd77a59cddbcbca (patch) | |
tree | 830b85678ec45de2bd68f3df1eb36da1b3815853 /unix/dltest/pkga.c | |
parent | 95199c5bd3068d26758129488d106f3c88f67fb6 (diff) | |
download | tcl-71d29f51af72942fd0ff29013cd77a59cddbcbca.zip tcl-71d29f51af72942fd0ff29013cd77a59cddbcbca.tar.gz tcl-71d29f51af72942fd0ff29013cd77a59cddbcbca.tar.bz2 |
Silence compiler warnings.
Diffstat (limited to 'unix/dltest/pkga.c')
-rw-r--r-- | unix/dltest/pkga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/dltest/pkga.c b/unix/dltest/pkga.c index da5a439..1d4f2ae 100644 --- a/unix/dltest/pkga.c +++ b/unix/dltest/pkga.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: pkga.c,v 1.7 2003/07/16 02:17:06 mdejong Exp $ + * RCS: @(#) $Id: pkga.c,v 1.8 2004/06/08 19:18:39 dgp Exp $ */ #include "tcl.h" @@ -49,7 +49,7 @@ Pkga_EqObjCmd(dummy, interp, objc, objv) { int result; CONST char *str1, *str2; - int len1, len2, n; + int len1, len2; if (objc != 3) { Tcl_WrongNumArgs(interp, 1, objv, "string1 string2"); |