summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-08-09 15:07:28 +0200
committerBruno Haible <bruno@clisp.org>2020-08-09 15:07:28 +0200
commitcae4fcab00ff89a5271376aed615cfa8c067fca2 (patch)
treed03ab97457bfcb65bc605269d05bdaf97e4069fc /ChangeLog
parent31f9476c9ec08b0a21a71fce807fc72fef0c6441 (diff)
downloadgnulib-cae4fcab00ff89a5271376aed615cfa8c067fca2.tar.gz
ignore-value: Simplify on clang.
* lib/ignore-value.h (ignore_value): With clang, no need to use the GCC workaround.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77fb963613..92cdbf8574 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2020-08-09 Bruno Haible <bruno@clisp.org>
+ ignore-value: Simplify on clang.
+ * lib/ignore-value.h (ignore_value): With clang, no need to use the GCC
+ workaround.
+
+2020-08-09 Bruno Haible <bruno@clisp.org>
+
Use __typeof__ with clang.
* m4/stdint.m4 (gl_STDINT_H): Check for SIZE_MAX also on
"clang -std=gnu99".