Skip to content

Commit

Permalink
GH-2334 Avoid unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Mar 27, 2024
1 parent 4973afc commit 82d8961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/producer_api_plugin/producer_api_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ using namespace eosio;
{std::string("/v1/" #api_name "/" #call_name), \
api_category::category, \
[&http, &producer](string&&, string&& body, url_response_callback&& cb) mutable { \
(void)&http; (void)&producer; \
try { \
INVOKE \
cb(http_response_code, fc::variant(result)); \
Expand Down

0 comments on commit 82d8961

Please sign in to comment.