Top "Unused-variables" questions

Use this tag when question related to unused variables issues as warnings

boost::system::(...)_category defined but not used

I'm currently getting compiler warnings that resemble the warning I gave in the question title. Warnings such as.... warning: 'boost::…

c++ boost compiler-warnings unused-variables