summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-09-20 23:31:19 +0200
committerBruno Haible <bruno@clisp.org>2022-09-20 23:31:19 +0200
commit5210250cccb00c9906a96d27212016ee578e8f29 (patch)
treeaa24a4c719624567bd712f07e36a0954762b8b84 /ChangeLog
parent101b00c5aabc8b99c301a818da20f2cefa2ce176 (diff)
downloadgnulib-5210250cccb00c9906a96d27212016ee578e8f29.tar.gz
snippet/warn-on-use: Don't cause wrong AC_CHECK_DECL results with clang.
* m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Use the clang command-line option that disables implicit built-in function declarations in clang.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ffbed2526b..6d3eacd3a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-09-20 Bruno Haible <bruno@clisp.org>
+
+ snippet/warn-on-use: Don't cause wrong AC_CHECK_DECL results with clang.
+ * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Use the clang command-line
+ option that disables implicit built-in function declarations in clang.
+
2022-09-19 Bruno Haible <bruno@clisp.org>
stdbool, stdbool-c99 tests: Fix compilation error with clang/MSVC.