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)
commitfaf61d8921fe0b2bde68e8957e84eaf18f14e5c0 (patch)
tree568a0e6626389aa86db85e39b04b81f686a111ac /generic/tclFileName.c
parent3594597643b5108f302997e0aedfd3b56b0b4ad7 (diff)
parent34505e589c02962df6416886ce4d908c06f70ccd (diff)
downloadtcl-faf61d8921fe0b2bde68e8957e84eaf18f14e5c0.zip
tcl-faf61d8921fe0b2bde68e8957e84eaf18f14e5c0.tar.gz
tcl-faf61d8921fe0b2bde68e8957e84eaf18f14e5c0.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...
*/