summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-21 16:05:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-21 16:05:02 (GMT)
commit05ed23d325788bc1fa613364ecfce452ea74bff5 (patch)
tree542915e86910a50c6e2a64474f4e61c2483bba3b /generic/tclTestObj.c
parent3262fa4d4e2c631051f9ec0c76ff978be48cbda6 (diff)
parent7eeeb513091e521c240414739aef48cde74881c6 (diff)
downloadtcl-05ed23d325788bc1fa613364ecfce452ea74bff5.zip
tcl-05ed23d325788bc1fa613364ecfce452ea74bff5.tar.gz
tcl-05ed23d325788bc1fa613364ecfce452ea74bff5.tar.bz2
Merge 8.7, more WIP
Diffstat (limited to 'generic/tclTestObj.c')
-rw-r--r--generic/tclTestObj.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/tclTestObj.c b/generic/tclTestObj.c
index 0faf9a8..9d976cd 100644
--- a/generic/tclTestObj.c
+++ b/generic/tclTestObj.c
@@ -25,6 +25,14 @@
#endif
#include "tclStringRep.h"
+#ifdef __GNUC__
+/*
+ * The rest of this file shouldn't warn about deprecated functions; they're
+ * there because we intend them to be so and know that this file is OK to
+ * touch those fields.
+ */
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+#endif
/*
* Forward declarations for functions defined later in this file: