summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-05 15:36:17 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-05 15:36:17 +0100
commite16dc518d586907898060576a1abfa0879c8dffe (patch)
tree3cf7f96834f919b1109f150d37551e210658f965
parent2cf5d92325908d1b7ec105733b15cf259cbdf9d0 (diff)
downloadexchange-e16dc518d586907898060576a1abfa0879c8dffe.tar.gz
exchange-e16dc518d586907898060576a1abfa0879c8dffe.tar.bz2
exchange-e16dc518d586907898060576a1abfa0879c8dffe.zip
-fix compiler warnings
m---------contrib/gana0
m---------contrib/wallet-core0
-rw-r--r--src/util/taler-exchange-secmod-cs.c2
-rw-r--r--src/util/taler-exchange-secmod-eddsa.c2
-rw-r--r--src/util/taler-exchange-secmod-rsa.c2
5 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gana b/contrib/gana
-Subproject c6caa0a91e01b0c74fd71fce71ee5207264a492
+Subproject 6d3fb428f0a2dd5bc5f35516ea77c32c2cf0ecf
diff --git a/contrib/wallet-core b/contrib/wallet-core
-Subproject 0c211082e0b8372f8fa1cef8102e477c7363d9b
+Subproject a675c94085cfa90052c9ebacd2cebccfab2c4f1
diff --git a/src/util/taler-exchange-secmod-cs.c b/src/util/taler-exchange-secmod-cs.c
index 89d1462f2..a823c6929 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 4a3426f46..da4429edc 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 9591c308b..a68876203 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