gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34358 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r34358 - gnunet/src/util
Date: Wed, 15 Oct 2014 02:55:35 +0200

Author: bartpolot
Date: 2014-10-15 02:55:35 +0200 (Wed, 15 Oct 2014)
New Revision: 34358

Modified:
   gnunet/src/util/gnunet-ecc.c
Log:
- fix faux compiler warnings

Modified: gnunet/src/util/gnunet-ecc.c
===================================================================
--- gnunet/src/util/gnunet-ecc.c        2014-10-10 05:29:43 UTC (rev 34357)
+++ gnunet/src/util/gnunet-ecc.c        2014-10-15 00:55:35 UTC (rev 34358)
@@ -108,7 +108,8 @@
     }
     else
     {
-      mask = 0;
+      /* Just so old (debian) versions of GCC calm down with the warnings. */
+      mask = target_byte = 0;
     }
     s = GNUNET_CRYPTO_eddsa_public_key_to_string (&target_pub);
     fprintf (stderr,




reply via email to

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