mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] lib: image-sparse: Mark sparse_seek() as static
@ 2019-01-25  5:12 Andrey Smirnov
  2019-01-28  8:37 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2019-01-25  5:12 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Mark sparse_seek() as static to avoid -Wmissing-prototypes warnings

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 lib/image-sparse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/image-sparse.c b/lib/image-sparse.c
index 7137d15fd..0c31742ab 100644
--- a/lib/image-sparse.c
+++ b/lib/image-sparse.c
@@ -60,7 +60,7 @@ struct sparse_image_ctx {
 	uint32_t fill_val;
 };
 
-int sparse_seek(struct sparse_image_ctx *si)
+static int sparse_seek(struct sparse_image_ctx *si)
 {
 	unsigned int chunk_data_sz, payload;
 	loff_t offs;
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-01-28  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25  5:12 [PATCH] lib: image-sparse: Mark sparse_seek() as static Andrey Smirnov
2019-01-28  8:37 ` Sascha Hauer

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