All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Assorted small fixes
@ 2016-01-27 13:53 David Gibson
  2016-01-27 13:53 ` [PATCH 1/5] strmap: Convert to using TCON_WRAP() instead of plain TCON() David Gibson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: David Gibson @ 2016-01-27 13:53 UTC (permalink / raw)
  To: ccan, rusty, jim.houston

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

_______________________________________________
ccan mailing list
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-02  5:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 13:53 [PATCH 0/5] Assorted small fixes David Gibson
2016-01-27 13:53 ` [PATCH 1/5] strmap: Convert to using TCON_WRAP() instead of plain TCON() David Gibson
2016-01-27 13:53 ` [PATCH 2/5] htable: Mark functions constructed by HTABLE_DEFINE_TYPE as UNNEEDED David Gibson
2016-01-27 13:53 ` [PATCH 3/5] idtree: Fix comparison is always false warning David Gibson
2016-01-27 13:53 ` [PATCH 4/5] idtree: Fix misindented statement David Gibson
2016-01-27 13:53 ` [PATCH 5/5] idtree: Fix undefined behaviour (left shift of signed value) David Gibson
2016-02-02  1:54 ` [PATCH 0/5] Assorted small fixes Rusty Russell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.