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

2008-12-07 Thread Bruno Haible
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': > unic

[PATCH] unicodeio.c: mark unused parameters

2008-11-29 Thread Jim Meyering
e_callback': unicodeio.c:185: warning: unused parameter 'msg' Ok to avoid the warnings by marking them, as follows? >From 7d016b9419b433fc3ac7736aaae08815dd189c08 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[EMAIL PROTECTED]> Date: Sat, 29 Nov 2008 17:42:45 +0100 Subje