Skip to content

Fix -Wreturn-type and -Wunused-parameter warnings in tests. NFC. - #98

Open
Quuxplusone wants to merge 3 commits into
TartanLlama:masterfrom
Quuxplusone:fix-warnings
Open

Fix -Wreturn-type and -Wunused-parameter warnings in tests. NFC.#98
Quuxplusone wants to merge 3 commits into
TartanLlama:masterfrom
Quuxplusone:fix-warnings

Conversation

@Quuxplusone

Copy link
Copy Markdown
Contributor

Note that or_else::[extensions.or_else] still has an unused variable:

auto failptr = [](eptr e) { return tl::expected<int,eptr>(tl::unexpect, std::move(e));};

but I didn't remove it because it looks like it probably indicates some missing test coverage.

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.

1 participant