gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix compiler warnings


From: gnunet
Subject: [taler-exchange] branch master updated: -fix compiler warnings
Date: Fri, 05 Jan 2024 15:36:20 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e16dc518 -fix compiler warnings
e16dc518 is described below

commit e16dc518d586907898060576a1abfa0879c8dffe
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 5 15:36:17 2024 +0100

    -fix compiler warnings
---
 contrib/gana                           | 2 +-
 contrib/wallet-core                    | 2 +-
 src/util/taler-exchange-secmod-cs.c    | 2 +-
 src/util/taler-exchange-secmod-eddsa.c | 2 +-
 src/util/taler-exchange-secmod-rsa.c   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index c6caa0a9..6d3fb428 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit c6caa0a91e01b0c74fd71fce71ee5207264a492c
+Subproject commit 6d3fb428f0a2dd5bc5f35516ea77c32c2cf0ecfa
diff --git a/contrib/wallet-core b/contrib/wallet-core
index 0c211082..a675c940 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit 0c211082e0b8372f8fa1cef8102e477c7363d9ba
+Subproject commit a675c94085cfa90052c9ebacd2cebccfab2c4f18
diff --git a/src/util/taler-exchange-secmod-cs.c 
b/src/util/taler-exchange-secmod-cs.c
index 89d1462f..a823c692 100644
--- a/src/util/taler-exchange-secmod-cs.c
+++ b/src/util/taler-exchange-secmod-cs.c
@@ -345,7 +345,7 @@ static char *keydir;
  * "donau". The actual configuration section will then be
  * "$SECTION-exchange-secmod-cs".
  */
-static const char *section = "taler";
+static char *section = "taler";
 
 /**
  * How much should coin creation (@e duration_withdraw) duration overlap
diff --git a/src/util/taler-exchange-secmod-eddsa.c 
b/src/util/taler-exchange-secmod-eddsa.c
index 4a3426f4..da4429ed 100644
--- a/src/util/taler-exchange-secmod-eddsa.c
+++ b/src/util/taler-exchange-secmod-eddsa.c
@@ -141,7 +141,7 @@ static char *keydir;
  * "donau". The actual configuration section will then be
  * "$SECTION-exchange-secmod-cs".
  */
-static const char *section = "taler";
+static char *section = "taler";
 
 /**
  * How much should coin creation duration overlap
diff --git a/src/util/taler-exchange-secmod-rsa.c 
b/src/util/taler-exchange-secmod-rsa.c
index 9591c308..a6887620 100644
--- a/src/util/taler-exchange-secmod-rsa.c
+++ b/src/util/taler-exchange-secmod-rsa.c
@@ -312,7 +312,7 @@ static char *keydir;
  * "donau". The actual configuration section will then be
  * "$SECTION-exchange-secmod-cs".
  */
-static const char *section = "taler";
+static char *section = "taler";
 
 /**
  * How much should coin creation (@e duration_withdraw) duration overlap

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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