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