summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-30 15:21:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-30 15:21:28 (GMT)
commit876a5d67826981d371dae6608868539e99b3c916 (patch)
tree568a0e6626389aa86db85e39b04b81f686a111ac /generic/tclFileName.c
parent4187ab8e37b22866a8b3a8727b9d661bca6378c8 (diff)
parent289e2891a65d4dd58af34a60ffc2228dbb0b27fe (diff)
downloadtcl-876a5d67826981d371dae6608868539e99b3c916.zip
tcl-876a5d67826981d371dae6608868539e99b3c916.tar.gz
tcl-876a5d67826981d371dae6608868539e99b3c916.tar.bz2
Let's try a real C++ build with Travis on Linux
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r--generic/tclFileName.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c
index eb1d785..b064ca4 100644
--- a/generic/tclFileName.c
+++ b/generic/tclFileName.c
@@ -1241,6 +1241,7 @@ Tcl_GlobObjCmd(
};
enum pathDirOptions {PATH_NONE = -1 , PATH_GENERAL = 0, PATH_DIR = 1};
Tcl_GlobTypeData *globTypes = NULL;
+ (void)dummy;
globFlags = 0;
join = 0;
@@ -2641,6 +2642,7 @@ Tcl_GetBlockSizeFromStat(
#ifdef HAVE_STRUCT_STAT_ST_BLKSIZE
return statPtr->st_blksize;
#else
+ (void)statPtr;
/*
* Not a great guess, but will do...
*/