-say that we ignore retval on purpose
authorChristian Grothoff <christian@grothoff.org>
Wed, 9 Oct 2013 12:11:03 +0000 (12:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 9 Oct 2013 12:11:03 +0000 (12:11 +0000)
src/transport/gnunet-transport-certificate-creation.c

index dc7798ec083dcaa3da4d8030583b89bec16d7378..497c86eb09a5affa1661256e4283bccb764228ec 100644 (file)
@@ -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 */