[ccan] [PATCH 0/5] Assorted small fixes

David Gibson david at gibson.dropbear.id.au
Thu Jan 28 00:53:27 AEDT 2016


This series has a number of small fixes to modules which aren't mine.
Most of these were spotted because they trigger warnings with (at
least one version of) clang.

David Gibson (5):
  strmap: Convert to using TCON_WRAP() instead of plain TCON()
  htable: Mark functions constructed by HTABLE_DEFINE_TYPE as UNNEEDED
  idtree: Fix comparison is always false warning
  idtree: Fix misindented statement
  idtree: Fix undefined behaviour (left shift of signed value)

 ccan/cdump/cdump.c                   | 10 ++++-----
 ccan/cdump/cdump.h                   | 10 ++++-----
 ccan/htable/htable_type.h            | 19 +++++++++-------
 ccan/idtree/idtree.c                 |  7 +++---
 ccan/strmap/_info                    |  2 +-
 ccan/strmap/strmap.h                 | 43 ++++++++++++++++--------------------
 ccan/strmap/test/run-iterate-const.c |  4 +---
 ccan/strmap/test/run-order.c         |  4 +---
 ccan/strmap/test/run-prefix.c        | 12 +++++-----
 ccan/strmap/test/run.c               |  4 +---
 tools/ccanlint/ccanlint.c            | 10 ++++-----
 11 files changed, 56 insertions(+), 69 deletions(-)

-- 
2.5.0



More information about the ccan mailing list