summaryrefslogtreecommitdiffstats
path: root/generic/tclDate.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclDate.c')
-rw-r--r--generic/tclDate.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/generic/tclDate.c b/generic/tclDate.c
index 84824b6..0dfdb81 100644
--- a/generic/tclDate.c
+++ b/generic/tclDate.c
@@ -96,7 +96,8 @@
#ifdef _MSC_VER
#pragma warning( disable : 4102 )
-#elif defined (__clang__)
+#elif defined (__clang__) && (__clang_major__ > 14)
+#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#elif (__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5)))
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#endif
@@ -719,14 +720,14 @@ static const yytype_int8 yytranslate[] =
/* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
static const yytype_int16 yyrline[] =
{
- 0, 174, 174, 175, 179, 182, 185, 188, 192, 196,
- 199, 202, 206, 209, 214, 220, 226, 231, 235, 239,
- 243, 247, 251, 257, 258, 261, 265, 269, 273, 277,
- 281, 287, 293, 297, 302, 303, 308, 312, 317, 321,
- 326, 333, 337, 343, 343, 345, 350, 355, 357, 362,
- 364, 365, 373, 384, 399, 404, 407, 410, 413, 416,
- 419, 422, 427, 430, 435, 440, 445, 452, 455, 458,
- 463, 481, 484
+ 0, 175, 175, 176, 180, 183, 186, 189, 193, 197,
+ 200, 203, 207, 210, 215, 221, 227, 232, 236, 240,
+ 244, 248, 252, 258, 259, 262, 266, 270, 274, 278,
+ 282, 288, 294, 298, 303, 304, 309, 313, 318, 322,
+ 327, 334, 338, 344, 344, 346, 351, 356, 358, 363,
+ 365, 366, 374, 385, 400, 405, 408, 411, 414, 417,
+ 420, 423, 428, 431, 436, 441, 446, 453, 456, 459,
+ 464, 482, 485
};
#endif