Skip to content

Commit f7d9fd4

Browse files
mhdawsonlegendecas
authored andcommitted
squash: fix unused parameters
1 parent adfade7 commit f7d9fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napi-inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4098,7 +4098,7 @@ inline void AsyncProgressWorker<T>::Destroy() {
40984098
}
40994099

41004100
template<class T>
4101-
inline void AsyncProgressWorker<T>::WorkProgress_(Napi::Env env, Napi::Function jsCallback, void* _data) {
4101+
inline void AsyncProgressWorker<T>::WorkProgress_(Napi::Env /* env */, Napi::Function /* jsCallback */, void* _data) {
41024102
AsyncProgressWorker* self = static_cast<AsyncProgressWorker*>(_data);
41034103

41044104
T* data;

0 commit comments

Comments
 (0)