gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34836 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r34836 - gnunet/src/rps
Date: Wed, 7 Jan 2015 17:03:50 +0100

Author: ch3
Date: 2015-01-07 17:03:50 +0100 (Wed, 07 Jan 2015)
New Revision: 34836

Modified:
   gnunet/src/rps/gnunet-service-rps_sampler.c
Log:
fixed compiler warning

Modified: gnunet/src/rps/gnunet-service-rps_sampler.c
===================================================================
--- gnunet/src/rps/gnunet-service-rps_sampler.c 2015-01-07 14:22:43 UTC (rev 
34835)
+++ gnunet/src/rps/gnunet-service-rps_sampler.c 2015-01-07 16:03:50 UTC (rev 
34836)
@@ -151,7 +151,7 @@
 /**
  * The size the extended sampler elements currently have.
  */
-static size_t extra_size;
+//static size_t extra_size;
 
 /**
  * Inedex to the sampler element that is the next to be returned




reply via email to

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