bug14001-clang-warning 251 B

123456
  1. o Minor bugfixes:
  2. - The address of an array in the middle of a structure will
  3. always be non-NULL. clang recognises this and complains.
  4. Disable the tautologous and redundant check to silence
  5. this warning.
  6. Fixes bug 14001.