/myproject/external/loki-mq/oxenmq/jobs.cpp:143:28: error: unused variable ‘queue’ [-Werror=unused-variable]
auto& [run, busy, queue] = tagged_workers.emplace_back();
here i attached the screenshot of the code

the blue line marked in the code
This error accuried while i run the Makefile in the project , How i fix this
/myproject/external/loki-mq/oxenmq/jobs.cpp:143:28: error: unused variable ‘queue’ [-Werror=unused-variable]
auto& [run, busy, queue] = tagged_workers.emplace_back();
here i attached the screenshot of the code
the blue line marked in the code
This error accuried while i run the Makefile in the project , How i fix this