From 373fe1c1389c1399217f37746459d0fb2cc0b53a Mon Sep 17 00:00:00 2001
From: Christian Grothoff <christian@grothoff.org>
Date: Tue, 24 Mar 2015 00:03:03 +0100
Subject: [PATCH] avoid cast

---
 src/mint/plugin_mintdb_common.c | 4 ++--
 1 file 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);
 }