From: Marc Kleine-Budde <mkl@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 1/2] state: fix pointer signess mismach warning
Date: Thu, 30 Apr 2015 16:06:19 +0200 [thread overview]
Message-ID: <1430402780-8327-1-git-send-email-mkl@pengutronix.de> (raw)
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
common/state.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/state.c b/common/state.c
index b677a9f01d25..637a15c66ad0 100644
--- a/common/state.c
+++ b/common/state.c
@@ -47,7 +47,7 @@ struct state {
struct list_head list;
struct state_backend *backend;
uint32_t magic;
- unsigned int dirty;
+ int dirty;
};
struct state_backend {
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2015-04-30 14:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-30 14:06 Marc Kleine-Budde [this message]
2015-04-30 14:06 ` [PATCH 2/2] RFC: state: work around pointer signess mismach warnings Marc Kleine-Budde
-- strict thread matches above, loose matches on Subject: below --
2015-04-22 7:35 [PATCH 1/2] state: fix pointer signess mismach warning Marc Kleine-Budde
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=1430402780-8327-1-git-send-email-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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