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

* Re: [PATCH] lib: image-sparse: Mark sparse_seek() as static
  2019-01-25  5:12 [PATCH] lib: image-sparse: Mark sparse_seek() as static Andrey Smirnov
@ 2019-01-28  8:37 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-01-28  8:37 UTC (permalink / raw)
  To: Andrey Smirnov; +Cc: barebox

On Thu, Jan 24, 2019 at 09:12:04PM -0800, Andrey Smirnov wrote:
> 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(-)

Applied, thanks

Sascha

> 
> 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
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
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