CCAN Archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: ccan@lists.ozlabs.org, rusty@rustcorp.com.au, jim.houston@ccur.com
Subject: [PATCH 0/5] Assorted small fixes
Date: Thu, 28 Jan 2016 00:53:27 +1100	[thread overview]
Message-ID: <1453902812-18621-1-git-send-email-david@gibson.dropbear.id.au> (raw)

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

             reply	other threads:[~2016-01-27 13:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27 13:53 David Gibson [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453902812-18621-1-git-send-email-david@gibson.dropbear.id.au \
    --to=david@gibson.dropbear.id.au \
    --cc=ccan@lists.ozlabs.org \
    --cc=jim.houston@ccur.com \
    --cc=rusty@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).