From: Christian Grothoff Date: Wed, 9 Oct 2013 12:11:03 +0000 (+0000) Subject: -say that we ignore retval on purpose X-Git-Tag: initial-import-from-subversion-38251~6659 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=addab14231d4babb8e9eabb5ca43328625b2b87b;p=oweals%2Fgnunet.git -say that we ignore retval on purpose --- diff --git a/src/transport/gnunet-transport-certificate-creation.c b/src/transport/gnunet-transport-certificate-creation.c index dc7798ec0..497c86eb0 100644 --- a/src/transport/gnunet-transport-certificate-creation.c +++ b/src/transport/gnunet-transport-certificate-creation.c @@ -60,8 +60,8 @@ main (int argc, char **argv) return 1; } removecerts (argv[1], argv[2]); - GNUNET_DISK_directory_create_for_file (argv[1]); - GNUNET_DISK_directory_create_for_file (argv[2]); + (void) GNUNET_DISK_directory_create_for_file (argv[1]); + (void) GNUNET_DISK_directory_create_for_file (argv[2]); (void) close (2); /* eliminate stderr */ /* Create RSA Private Key */ /* openssl genrsa -out $1 1024 2> /dev/null */