-squash compiler warning

This commit is contained in:
Christian Grothoff 2022-05-18 09:57:56 +02:00
parent a6b2108009
commit 492d501570
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 1 additions and 2 deletions

View File

@ -360,7 +360,7 @@ run_aggregation (void *cls)
struct AggregationUnit au_active;
enum GNUNET_DB_QueryStatus qs;
struct TALER_Amount trans;
bool have_transient;
bool have_transient = true; /* squash compiler warning */
task = NULL;
GNUNET_log (GNUNET_ERROR_TYPE_INFO,

View File

@ -609,7 +609,6 @@ TEH_handler_wire (struct TEH_RequestContext *rc,
GNUNET_break (MHD_YES == ret);
MHD_destroy_response (resp);
return ret;
}
}
return MHD_queue_response (rc->connection,