gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 05/06: RPS tests: Get rid of warning (unused argum


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 05/06: RPS tests: Get rid of warning (unused argument)
Date: Fri, 23 Nov 2018 00:47:35 +0100

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

commit d8505f5da65fc8269505621ff3284df2aa980edd
Author: Julius Bünger <address@hidden>
AuthorDate: Thu Nov 22 16:29:47 2018 +0100

    RPS tests: Get rid of warning (unused argument)
---
 src/rps/test_service_rps_custommap.c    | 5 ++++-
 src/rps/test_service_rps_sampler_elem.c | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/rps/test_service_rps_custommap.c 
b/src/rps/test_service_rps_custommap.c
index 8ce03070e..003523087 100644
--- a/src/rps/test_service_rps_custommap.c
+++ b/src/rps/test_service_rps_custommap.c
@@ -11,7 +11,7 @@
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      Affero General Public License for more details.
-    
+
      You should have received a copy of the GNU Affero General Public License
      along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@@ -112,6 +112,9 @@ check ()
 int
 main (int argc, char *argv[])
 {
+  (void) argc;
+  (void) argv;
+
   GNUNET_log_setup ("test_service_rps_peers", 
                    "WARNING",
                    NULL);
diff --git a/src/rps/test_service_rps_sampler_elem.c 
b/src/rps/test_service_rps_sampler_elem.c
index 43efc8691..c68a3e384 100644
--- a/src/rps/test_service_rps_sampler_elem.c
+++ b/src/rps/test_service_rps_sampler_elem.c
@@ -11,7 +11,7 @@
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      Affero General Public License for more details.
-    
+
      You should have received a copy of the GNU Affero General Public License
      along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@@ -194,6 +194,9 @@ check ()
 int
 main (int argc, char *argv[])
 {
+  (void) argc;
+  (void) argv;
+
   GNUNET_log_setup ("test_service_rps_peers", 
                    "WARNING",
                    NULL);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]