mark unused argument
This commit is contained in:
parent
b164e090dc
commit
5a96c528b3
@ -1116,6 +1116,8 @@ handle_reserve_out (void *cls,
|
|||||||
struct GNUNET_TIME_Absolute expire_withdraw;
|
struct GNUNET_TIME_Absolute expire_withdraw;
|
||||||
enum GNUNET_DB_QueryStatus qs;
|
enum GNUNET_DB_QueryStatus qs;
|
||||||
|
|
||||||
|
(void) denom_sig; /* FIXME: checked elsewhere? If so, potential for
|
||||||
|
optimization to simply not fetch this value from DB! */
|
||||||
/* should be monotonically increasing */
|
/* should be monotonically increasing */
|
||||||
GNUNET_assert (rowid >= ppr.last_reserve_out_serial_id);
|
GNUNET_assert (rowid >= ppr.last_reserve_out_serial_id);
|
||||||
ppr.last_reserve_out_serial_id = rowid + 1;
|
ppr.last_reserve_out_serial_id = rowid + 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user