diff options
author | Werner Koch <[email protected]> | 2015-11-27 16:53:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-11-27 17:32:26 +0000 |
commit | 022342e2845834ec35269d23491e9fa573d5c028 (patch) | |
tree | 0331f4867ac25b55a1ba350adef194d84abd008c /agent/call-pinentry.c | |
parent | Avoid incompatible pointer assignment warnings on Windows. (diff) | |
download | gnupg-022342e2845834ec35269d23491e9fa573d5c028.tar.gz gnupg-022342e2845834ec35269d23491e9fa573d5c028.zip |
Silence unused variable or parameter warnings.
--
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"); |