diff --git a/src/uvw/fs_event.ipp b/src/uvw/fs_event.ipp index e24c1c9b..87d93cf5 100644 --- a/src/uvw/fs_event.ipp +++ b/src/uvw/fs_event.ipp @@ -6,6 +6,7 @@ namespace uvw { UVW_INLINE fs_event_event::fs_event_event(const char *pathname, details::uvw_fs_event events) : filename{pathname}, flags{std::move(events)} {} +// NOLINTNEXTLINE(bugprone-easily-swappable-parameters) UVW_INLINE void fs_event_handle::start_callback(uv_fs_event_t *hndl, const char *filename, int events, int status) { if(fs_event_handle &fsEvent = *(static_cast(hndl->data)); status) { fsEvent.publish(error_event{status});