summaryrefslogtreecommitdiff
path: root/changes/spurious-clang-warnings
diff options
context:
space:
mode:
Diffstat (limited to 'changes/spurious-clang-warnings')
-rw-r--r--changes/spurious-clang-warnings14
1 files changed, 6 insertions, 8 deletions
diff --git a/changes/spurious-clang-warnings b/changes/spurious-clang-warnings
index d039920476..3ee54027f8 100644
--- a/changes/spurious-clang-warnings
+++ b/changes/spurious-clang-warnings
@@ -1,10 +1,8 @@
o Minor bugfixes:
- Silence clang warnings under --enable-expensive-hardening, including:
- + implicit truncation of 64 bit values to 32 bit;
- + const char assignment to self;
- + tautological compare; and
- + additional parentheses around equality tests. (gcc uses these to
- silence assignment, so clang warns when they're present in an
- equality test. But we need to use extra parentheses in macros to
- isolate them from other code).
- Fixes bug 13577.
+ implicit truncation of 64 bit values to 32 bit;
+ const char assignment to self;
+ tautological compare; and
+ additional parentheses around equality tests.
+ Fixes bug 13577; bugfix on 0.2.5.4-alpha.
+