* lib/intprops-internal.h: Pacify gcc (GCC) 13.2.1
20230728 (Red
Hat 13.2.1-1) x86-64 -Wtype-limits on bleeding-edge diffutils.
+2023-09-17 Paul Eggert <eggert@cs.ucla.edu>
+
+ intprops: pacify GCC -Wtype-limits
+ * lib/intprops-internal.h: Pacify gcc (GCC) 13.2.1 20230728 (Red
+ Hat 13.2.1-1) x86-64 -Wtype-limits on bleeding-edge diffutils.
+
2023-09-16 Bruno Haible <bruno@clisp.org>
lib-symbol-visibility: Fix a misnomer.
#include <limits.h>
+/* Pacify GCC 13.2 in some calls to _GL_EXPR_SIGNED. */
+#if defined __GNUC__ && 4 < __GNUC__ + (3 <= __GNUC_MINOR__)
+# pragma GCC diagnostic ignored "-Wtype-limits"
+#endif
+
/* Return a value with the common real type of E and V and the value of V.
Do not evaluate E. */
#define _GL_INT_CONVERT(e, v) ((1 ? 0 : (e)) + (v))