commit e16dc518d586907898060576a1abfa0879c8dffe
parent 2cf5d92325908d1b7ec105733b15cf259cbdf9d0
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 5 Jan 2024 15:36:17 +0100
-fix compiler warnings
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git 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
@@ -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
@@ -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