mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
scd: Silence compiler waring about unused args.
--
This commit is contained in:
parent
b871824fef
commit
924c8221fb
2 changed files with 6 additions and 0 deletions
|
@ -6138,6 +6138,9 @@ do_reselect (app_t app, ctrl_t ctrl)
|
|||
static gpg_error_t
|
||||
do_check_aid (app_t app, ctrl_t ctrl, const unsigned char *aid, size_t aidlen)
|
||||
{
|
||||
(void)app;
|
||||
(void)ctrl;
|
||||
|
||||
if (aidlen >= sizeof openpgp_aid
|
||||
&& memcmp (aid, openpgp_aid, sizeof openpgp_aid) == 0)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue