diff options
Diffstat (limited to 'agent/call-pinentry.c')
-rw-r--r-- | agent/call-pinentry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c index 4de897a6b..33e3ec3c6 100644 --- a/agent/call-pinentry.c +++ b/agent/call-pinentry.c @@ -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"); |