Browse Source

fix compile warnings for unused parameter (#4131)

tags/20221128
tpoisonooo GitHub 3 years ago
parent
commit
acbaaa665b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/layer/x86/deconvolution_x86.cpp

+ 0
- 1
src/layer/x86/deconvolution_x86.cpp View File

@@ -150,7 +150,6 @@ int Deconvolution_x86::forward(const Mat& bottom_blob, Mat& top_blob, const Opti

int w = bottom_blob.w;
int h = bottom_blob.h;
int channels = bottom_blob.c;
size_t elemsize = bottom_blob.elemsize;
int elempack = bottom_blob.elempack;



Loading…
Cancel
Save