Hide the following -Wsign-conversion warning in uvw::pipe_handle::connect() by explicitly passing an unsigned int.
/uvw/src/uvw/stream.h:56:48: warning: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
56 | return this->leak_if(std::forward<F>(f)(raw(), std::forward<Args>(args)..., &connect_callback));
Hide the following
-Wsign-conversion
warning inuvw::pipe_handle::connect()
by explicitly passing anunsigned int
.