mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix faulty gcc warnings
This commit is contained in:
parent
892793888e
commit
ea41f5b4c1
5 changed files with 20 additions and 11 deletions
|
@ -157,5 +157,6 @@ gcry_create_nonce (void *buffer, size_t length)
|
|||
const char *
|
||||
gcry_cipher_algo_name (int algo)
|
||||
{
|
||||
(void)algo;
|
||||
return "?";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue