bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] unicodeio.c: mark unused parameters


From: Bruno Haible
Subject: Re: [PATCH] unicodeio.c: mark unused parameters
Date: Sun, 7 Dec 2008 12:14:51 +0100
User-agent: KMail/1.9.9

Hi Jim,

> Sometimes I enable warnings about unused parameters.
> When I do, it's distracting to see these go by:
> 
>   unicodeio.c: In function 'exit_failure_callback':
>   unicodeio.c:172: warning: unused parameter 'callback_arg'
>   unicodeio.c: In function 'fallback_failure_callback':
>   unicodeio.c:185: warning: unused parameter 'msg'
> 
> Ok to avoid the warnings by marking them, as follows?

Yes, fine with me. Generally I don't care about warnings other than those from
"-Wall", but since you say that -Wunused is occasionally useful for you, I
don't object.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]