summaryrefslogtreecommitdiff
path: root/changes/bug14001-clang-warning
blob: b932af6ab7e5b255257b4babf56c56de39345421 (plain)
1
2
3
4
5
6
  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.