summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-29 11:53:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-29 11:53:01 (GMT)
commitca3723a86ec4a81bd8491fc7259a42dc3c212202 (patch)
tree0162fc5e8ca2a40142445c8553f80066d6de1f48 /generic/tclTest.c
parent6c5641d9f1740a0b9f290124a8ad41228f048e1c (diff)
parent04f69c9e2242a75f1a304974d4e7f4723f94d887 (diff)
downloadtcl-ca3723a86ec4a81bd8491fc7259a42dc3c212202.zip
tcl-ca3723a86ec4a81bd8491fc7259a42dc3c212202.tar.gz
tcl-ca3723a86ec4a81bd8491fc7259a42dc3c212202.tar.bz2
Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag.
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 1138c7c..3aa066d 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -22,6 +22,8 @@
# define USE_TCL_STUBS
#endif
#include "tclInt.h"
+#undef TCLBOOLWARNING
+#define TCLBOOLWARNING(boolPtr) /* needed here because we compile with -Wc++-compat */
#include "tclOO.h"
#include <math.h>