Skip to content

Commit

Permalink
uv_type: supress -Werror=unused compiler errors (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisklink authored Aug 25, 2023
1 parent 9c88a9b commit 87e5440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uvw/uv_type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace uvw {
*/
template<typename U>
struct uv_type {
explicit uv_type(loop::token token, std::shared_ptr<loop> ref) noexcept
explicit uv_type(loop::token, std::shared_ptr<loop> ref) noexcept
: owner{std::move(ref)}, resource{} {}

uv_type(const uv_type &) = delete;
Expand Down

0 comments on commit 87e5440

Please sign in to comment.