summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-24 00:03:03 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-24 00:03:03 +0100
commit373fe1c1389c1399217f37746459d0fb2cc0b53a (patch)
treeb4eef94e713d744b9ceaa1619c413b25ae3ffb39
parentabc63eda98bd64a29413b6daf60c0d2ea47a7132 (diff)
downloadexchange-373fe1c1389c1399217f37746459d0fb2cc0b53a.tar.gz
exchange-373fe1c1389c1399217f37746459d0fb2cc0b53a.tar.bz2
exchange-373fe1c1389c1399217f37746459d0fb2cc0b53a.zip
avoid cast
-rw-r--r--src/mint/plugin_mintdb_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/plugin_mintdb_common.c b/src/mint/plugin_mintdb_common.c
index 34c95bae6..e326c0f41 100644
--- a/src/mint/plugin_mintdb_common.c
+++ b/src/mint/plugin_mintdb_common.c
@@ -68,7 +68,7 @@ static void
common_free_link_data_list (void *cls,
struct LinkDataList *ldl)
{
- GNUNET_break (0); // FIXME
+ GNUNET_break (0); // FIXME (#3728)
}
@@ -82,7 +82,7 @@ static void
common_free_coin_transaction_list (void *cls,
struct TALER_MINT_DB_TransactionList *list)
{
- // FIXME: check logic!
+ // FIXME: implement! // FIXME (#3728)
GNUNET_break (0);
}