From f1c19c1090c0c9979b2013ebf15007a3681b2ed6 Mon Sep 17 00:00:00 2001 From: ncnnnnn <67086033+ncnnnnn@users.noreply.github.com> Date: Thu, 7 Jan 2021 15:55:35 +0800 Subject: [PATCH] pooling_x86_unused_opt (#2565) --- src/layer/x86/pooling_x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layer/x86/pooling_x86.cpp b/src/layer/x86/pooling_x86.cpp index ac0702943..f4b8d836a 100644 --- a/src/layer/x86/pooling_x86.cpp +++ b/src/layer/x86/pooling_x86.cpp @@ -39,7 +39,7 @@ Pooling_x86::Pooling_x86() #endif // __SSE2__ } -int Pooling_x86::create_pipeline(const Option& _opt) +int Pooling_x86::create_pipeline(const Option& /*opt*/) { if (adaptive_pooling) {