mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] state: fix pointer signess mismach warning
@ 2015-04-30 14:06 Marc Kleine-Budde
  2015-04-30 14:06 ` [PATCH 2/2] RFC: state: work around pointer signess mismach warnings Marc Kleine-Budde
  0 siblings, 1 reply; 3+ messages in thread
From: Marc Kleine-Budde @ 2015-04-30 14:06 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH 1/2] state: fix pointer signess mismach warning
@ 2015-04-22  7:35 Marc Kleine-Budde
  0 siblings, 0 replies; 3+ messages in thread
From: Marc Kleine-Budde @ 2015-04-22  7:35 UTC (permalink / raw)
  To: barebox

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

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

end of thread, other threads:[~2015-04-30 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-30 14:06 [PATCH 1/2] state: fix pointer signess mismach warning Marc Kleine-Budde
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox