mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Silence unused variable or parameter warnings.
--
This commit is contained in:
parent
64e8708339
commit
022342e284
6 changed files with 23 additions and 10 deletions
|
@ -717,6 +717,8 @@ setup_qualitybar (ctrl_t ctrl)
|
|||
char *tmpstr, *tmpstr2;
|
||||
const char *tooltip;
|
||||
|
||||
(void)ctrl;
|
||||
|
||||
/* TRANSLATORS: This string is displayed by Pinentry as the label
|
||||
for the quality bar. */
|
||||
tmpstr = try_percent_escape (L_("Quality:"), "\t\r\n\f\v");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue