libfacedetection icon indicating copy to clipboard operation
libfacedetection copied to clipboard

Fixed Windows compiler warnings

Open pkl97 opened this issue 4 years ago • 0 comments

The patch fixes 3 Windows compiler warnings when compiling on level /W4:

  • facedetectcnn.cpp(874): warning C4457: declaration of 'conf' hides function parameter
  • facedetectcnn.h(209): warning C4457: declaration of 'c' hides function parameter
  • facedetectcnn.h(221): warning C4458: declaration of 'bias' hides class member

pkl97 avatar Dec 09 '20 11:12 pkl97