Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unused parameter/variable warnings #393

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

JulienDelacroix
Copy link

Fix the following warnings:

/data/mwrep/res/osp/Boost/23-0-0-4/include/boost/graph/bron_kerbosch_all_cliques.hpp:107:54: error: unused parameter 'g' [-Werror,-Wunused-parameter]
107 | inline void clique(const Clique& p, const Graph& g)

/data/mwrep/res/osp/Boost/23-0-0-4/include/boost/graph/bron_kerbosch_all_cliques.hpp:223:41: error: unused variable 'j' [-Werror,-Wunused-variable]
223 | typename Container::iterator i, j;

@jeremy-murphy jeremy-murphy self-assigned this Nov 1, 2024
@jeremy-murphy jeremy-murphy merged commit fdc6199 into boostorg:develop Nov 1, 2024
6 checks passed
@jeremy-murphy
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants