1
0
Fork 0
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:
Werner Koch 2011-03-03 12:40:54 +01:00
parent 892793888e
commit ea41f5b4c1
5 changed files with 20 additions and 11 deletions

View file

@ -157,5 +157,6 @@ gcry_create_nonce (void *buffer, size_t length)
const char *
gcry_cipher_algo_name (int algo)
{
(void)algo;
return "?";
}