diff options
Diffstat (limited to 'changes/bug14001-clang-warning')
-rw-r--r-- | changes/bug14001-clang-warning | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug14001-clang-warning b/changes/bug14001-clang-warning new file mode 100644 index 0000000000..5f8deb79b8 --- /dev/null +++ b/changes/bug14001-clang-warning @@ -0,0 +1,7 @@ + o Minor bugfixes: + - The address of an array in the middle of a structure will + always be non-NULL. clang recognises this and complains. + Disable the tautologous and redundant check to silence + this warning. + Fixes bug 14001; bugfix on 0.2.1.2-alpha. + |