summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff1f6abca3..8387b5ed57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-04-23 Paul Eggert <eggert@cs.ucla.edu>
+ manywarnings: use AS_IF
+ * m4/manywarnings.m4 (gl_MANYWARN_COMPLEMENT):
+ Use AS_IF when the body contains Autoconf macros that could
+ conceivably require something.
+
manywarnings: update C warnings for GCC 13
Adjust for C programs compiled by GCC 13.
(A C++ expert still needs to look at manywarnings-c++.m4.)