avoid cast

This commit is contained in:
Christian Grothoff 2015-03-24 00:03:03 +01:00
parent abc63eda98
commit 373fe1c138

View File

@ -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);
}