mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
|
@ -3613,6 +3613,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 piv_aid
|
||||
&& memcmp (aid, piv_aid, sizeof piv_aid) == 0)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue