Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Could not generate .wasm file when building opencv.js

I was trying to build the opencv.js with the wasm output. I just followed the steps on the opencv.js tutoria: cd opencv python ./platforms/js/build_js.py build_wasm --build_wasm The build was completed with no error (some warnings), but I could not find the .wasm output in the bin folder, there were only two files opencv.js and opencv_js.js. I want to use the feature2d module so I tried the latest versions 4.0.0 and 3.4.4, both of them did not output the wasm file. Attached is the output in the terminal console for your reference: link text

Then I also tried 3.4.3 version, and this time I was able to get the opencv_js.wasm file together with opencv.js and opencv_js.js. But it seems that 3.4.3 version does not include features2d in the js binding.

Environment - OpenCV => 4.0.0 / 3.4.4 - Operating System / Platform => Ubuntu 16.04 - Compiler => Emscripten 1.38.20

Could not generate .wasm file when building opencv.js

I was trying to build the opencv.js with the wasm output. I just followed the steps on the opencv.js tutoria: tutorial:
cd opencv opencv
python ./platforms/js/build_js.py build_wasm --build_wasm --build_wasm

The build was completed with no error (some warnings), but I could not find the .wasm output in the bin folder, there were only two files opencv.js and opencv_js.js. I want to use the feature2d module so I tried the latest versions 4.0.0 and 3.4.4, both of them did not output the wasm file. Attached is the output in the terminal console for your reference: link text

Then I also tried 3.4.3 version, and this time I was able to get the opencv_js.wasm file together with opencv.js and opencv_js.js. But it seems that 3.4.3 version does not include features2d in the js binding.

Environment - OpenCV => 4.0.0 / 3.4.4 - Operating System / Platform => Ubuntu 16.04 - Compiler => Emscripten 1.38.20

Could not generate .wasm file when building opencv.js

I was trying to build the opencv.js with the wasm output. I just followed the steps on the opencv.js tutorial:
cd opencv
python ./platforms/js/build_js.py build_wasm --build_wasm

The build was completed with no error (some warnings), but I could not find the .wasm output in the bin folder, there were only two files opencv.js and opencv_js.js. I want to use the feature2d module so I tried the latest versions 4.0.0 and 3.4.4, both of them did not output the wasm file. Attached is the output in the terminal console for your reference: link text

Then I also tried 3.4.3 version, and this time I was able to get the opencv_js.wasm file together with opencv.js and opencv_js.js. But it seems that 3.4.3 version does not include features2d in the js binding.

Environment - OpenCV => 4.0.0 / 3.4.4 - Operating System / Platform => Ubuntu 16.04 - Compiler => Emscripten 1.38.20

Args: Namespace(build_dir='build_wasm', build_doc=False, build_test=False, build_wasm=True, clean_build_dir=False, config_only=False, disable_wasm=False, emscripten_dir='/home/chenfei/emsdk/emscripten/1.38.20', enable_exception=False, opencv_dir='/home/chenfei/opencv', skip_config=False) Check dir /home/chenfei/opencv/build_wasm (create: True, clean: False) Check dir /home/chenfei/opencv (create: False, clean: False)

Check dir /home/chenfei/emsdk/emscripten/1.38.20 (create: False, clean: False)

===== Config OpenCV.js build for wasm

Executing: ['cmake', '-DCMAKE_BUILD_TYPE=Release', "-DCMAKE_TOOLCHAIN_FILE='/home/chenfei/emsdk/emscripten/1.38.20/cmake/Modules/Platform/Emscripten.cmake'", "-DCPU_BASELINE=''", "-DCPU_DISPATCH=''", '-DCV_TRACE=OFF', '-DBUILD_SHARED_LIBS=OFF', '-DWITH_1394=OFF', '-DWITH_ADE=OFF', '-DWITH_VTK=OFF', '-DWITH_EIGEN=OFF', '-DWITH_FFMPEG=OFF', '-DWITH_GSTREAMER=OFF', '-DWITH_GTK=OFF', '-DWITH_GTK_2_X=OFF', '-DWITH_IPP=OFF', '-DWITH_JASPER=OFF', '-DWITH_JPEG=OFF', '-DWITH_WEBP=OFF', '-DWITH_OPENEXR=OFF', '-DWITH_OPENGL=OFF', '-DWITH_OPENVX=OFF', '-DWITH_OPENNI=OFF', '-DWITH_OPENNI2=OFF', '-DWITH_PNG=OFF', '-DWITH_TBB=OFF', '-DWITH_PTHREADS_PF=OFF', '-DWITH_TIFF=OFF', '-DWITH_V4L=OFF', '-DWITH_OPENCL=OFF', '-DWITH_OPENCL_SVM=OFF', '-DWITH_OPENCLAMDFFT=OFF', '-DWITH_OPENCLAMDBLAS=OFF', '-DWITH_GPHOTO2=OFF', '-DWITH_LAPACK=OFF', '-DWITH_ITT=OFF', '-DBUILD_ZLIB=ON', '-DBUILD_opencv_apps=OFF', '-DBUILD_opencv_calib3d=ON', '-DBUILD_opencv_dnn=ON', '-DBUILD_opencv_features2d=ON', '-DBUILD_opencv_flann=ON', '-DBUILD_opencv_gapi=OFF', '-DBUILD_opencv_ml=OFF', '-DBUILD_opencv_photo=OFF', '-DBUILD_opencv_imgcodecs=OFF', '-DBUILD_opencv_shape=OFF', '-DBUILD_opencv_videoio=OFF', '-DBUILD_opencv_videostab=OFF', '-DBUILD_opencv_highgui=OFF', '-DBUILD_opencv_superres=OFF', '-DBUILD_opencv_stitching=OFF', '-DBUILD_opencv_java=OFF', '-DBUILD_opencv_js=ON', '-DBUILD_opencv_python2=OFF', '-DBUILD_opencv_python3=OFF', '-DBUILD_EXAMPLES=OFF', '-DBUILD_PACKAGE=OFF', '-DBUILD_TESTS=OFF', '-DBUILD_PERF_TESTS=OFF', '-DBUILD_DOCS=OFF', "-DCMAKE_C_FLAGS='-s WASM=1 '", "-DCMAKE_CXX_FLAGS='-s WASM=1 '", '/home/chenfei/opencv'] Re-run cmake no build system arguments -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7") -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is at least version "2.7") -- Cannot probe for Python/Numpy support (because we are cross-compiling OpenCV) -- If you want to enable Python/Numpy support, set the following variables: -- PYTHON2_INCLUDE_PATH -- PYTHON2_LIBRARIES (optional on Unix-like systems) -- PYTHON2_NUMPY_INCLUDE_DIRS -- PYTHON3_INCLUDE_PATH -- PYTHON3_LIBRARIES (optional on Unix-like systems) -- PYTHON3_NUMPY_INCLUDE_DIRS -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3.2") -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is at least version "3.5") -- Cannot probe for Python/Numpy support (because we are cross-compiling OpenCV) -- If you want to enable Python/Numpy support, set the following variables: -- PYTHON2_INCLUDE_PATH -- PYTHON2_LIBRARIES (optional on Unix-like systems) -- PYTHON2_NUMPY_INCLUDE_DIRS -- PYTHON3_INCLUDE_PATH -- PYTHON3_LIBRARIES (optional on Unix-like systems) -- PYTHON3_NUMPY_INCLUDE_DIRS -- Looking for ccache - found (/usr/bin/ccache) -- Performing Test HAVE_CXX_FSIGNED_CHAR -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success -- Performing Test HAVE_C_FSIGNED_CHAR -- Performing Test HAVE_C_FSIGNED_CHAR - Success -- Performing Test HAVE_CXX_W -- Performing Test HAVE_CXX_W - Success -- Performing Test HAVE_C_W -- Performing Test HAVE_C_W - Success -- Performing Test HAVE_CXX_WALL -- Performing Test HAVE_CXX_WALL - Success -- Performing Test HAVE_C_WALL -- Performing Test HAVE_C_WALL - Success -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success -- Performing Test HAVE_C_WERROR_RETURN_TYPE -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success -- Performing Test HAVE_CXX_WERROR_ADDRESS -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success -- Performing Test HAVE_C_WERROR_ADDRESS -- Performing Test HAVE_C_WERROR_ADDRESS - Success -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success -- Performing Test HAVE_CXX_WFORMAT -- Performing Test HAVE_CXX_WFORMAT - Success -- Performing Test HAVE_C_WFORMAT -- Performing Test HAVE_C_WFORMAT - Success -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success -- Performing Test HAVE_C_WMISSING_DECLARATIONS -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Success -- Performing Test HAVE_C_WMISSING_PROTOTYPES -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Success -- Performing Test HAVE_C_WSTRICT_PROTOTYPES -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success -- Performing Test HAVE_CXX_WUNDEF -- Performing Test HAVE_CXX_WUNDEF - Success -- Performing Test HAVE_C_WUNDEF -- Performing Test HAVE_C_WUNDEF - Success -- Performing Test HAVE_CXX_WINIT_SELF -- Performing Test HAVE_CXX_WINIT_SELF - Success -- Performing Test HAVE_C_WINIT_SELF -- Performing Test HAVE_C_WINIT_SELF - Success -- Performing Test HAVE_CXX_WPOINTER_ARITH -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success -- Performing Test HAVE_C_WPOINTER_ARITH -- Performing Test HAVE_C_WPOINTER_ARITH - Success -- Performing Test HAVE_CXX_WSHADOW -- Performing Test HAVE_CXX_WSHADOW - Success -- Performing Test HAVE_C_WSHADOW -- Performing Test HAVE_C_WSHADOW - Success -- Performing Test HAVE_CXX_WSIGN_PROMO -- Performing Test HAVE_CXX_WSIGN_PROMO - Success -- Performing Test HAVE_C_WSIGN_PROMO -- Performing Test HAVE_C_WSIGN_PROMO - Success -- Performing Test HAVE_CXX_WUNINITIALIZED -- Performing Test HAVE_CXX_WUNINITIALIZED - Success -- Performing Test HAVE_C_WUNINITIALIZED -- Performing Test HAVE_C_WUNINITIALIZED - Success -- Performing Test HAVE_CXX_WINCONSISTENT_MISSING_OVERRIDE -- Performing Test HAVE_CXX_WINCONSISTENT_MISSING_OVERRIDE - Success -- Performing Test HAVE_C_WINCONSISTENT_MISSING_OVERRIDE -- Performing Test HAVE_C_WINCONSISTENT_MISSING_OVERRIDE - Success -- Performing Test HAVE_CXX_WNO_NARROWING -- Performing Test HAVE_CXX_WNO_NARROWING - Success -- Performing Test HAVE_C_WNO_NARROWING -- Performing Test HAVE_C_WNO_NARROWING - Success -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Success -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success -- Performing Test HAVE_CXX_WNO_COMMENT -- Performing Test HAVE_CXX_WNO_COMMENT - Success -- Performing Test HAVE_C_WNO_COMMENT -- Performing Test HAVE_C_WNO_COMMENT - Success -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success -- Performing Test HAVE_CXX_PTHREAD -- Performing Test HAVE_CXX_PTHREAD - Success -- Performing Test HAVE_C_PTHREAD -- Performing Test HAVE_C_PTHREAD - Success -- Performing Test HAVE_CXX_QUNUSED_ARGUMENTS -- Performing Test HAVE_CXX_QUNUSED_ARGUMENTS - Success -- Performing Test HAVE_C_QUNUSED_ARGUMENTS -- Performing Test HAVE_C_QUNUSED_ARGUMENTS - Success -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success -- Performing Test HAVE_C_FFUNCTION_SECTIONS -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success -- Performing Test HAVE_CXX_FDATA_SECTIONS -- Performing Test HAVE_CXX_FDATA_SECTIONS - Success -- Performing Test HAVE_C_FDATA_SECTIONS -- Performing Test HAVE_C_FDATA_SECTIONS - Success -- Performing Test HAVE_CPU_BASELINE_FLAGS -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success -- Performing Test HAVE_CXX_MFPMATH_387 -- Performing Test HAVE_CXX_MFPMATH_387 - Failed -- Performing Test HAVE_C_MFPMATH_387 -- Performing Test HAVE_C_MFPMATH_387 - Failed -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success -- Performing Test HAVE_C_FVISIBILITY_HIDDEN -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Success -- OpenCV disables pkg-config to avoid using of host libraries. Consider using PKG_CONFIG_LIBDIR to specify target SYSROOT -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for memalign -- Looking for memalign - found -- Looking for fseeko -- Looking for fseeko - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of off64_t -- Check size of off64_t - failed -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32 -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32 - Success -- Performing Test HAVE_C_WNO_ATTRIBUTES -- Performing Test HAVE_C_WNO_ATTRIBUTES - Success -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success -- Performing Test HAVE_C_WNO_SHIFT_NEGATIVE_VALUE -- Performing Test HAVE_C_WNO_SHIFT_NEGATIVE_VALUE - Success -- Performing Test HAVE_C_WNO_UNDEF -- Performing Test HAVE_C_WNO_UNDEF - Success -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Success -- Performing Test HAVE_CXX_WNO_DEPRECATED -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Success -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success -- Performing Test HAVE_CXX_WNO_SHADOW -- Performing Test HAVE_CXX_WNO_SHADOW - Success -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success -- Performing Test HAVE_CXX_WNO_SIGN_PROMO -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success -- Performing Test HAVE_CXX_WNO_UNDEF -- Performing Test HAVE_CXX_WNO_UNDEF - Success -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Success -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success -- Performing Test HAVE_CXX_WNO_EXTRA -- Performing Test HAVE_CXX_WNO_EXTRA - Success -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Success -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Success -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH - Success -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Failed -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Success -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Success -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success -- Performing Test HAVE_C_WNO_SHADOW -- Performing Test HAVE_C_WNO_SHADOW - Success -- OpenCV Python: during development append to PYTHONPATH: /home/chenfei/opencv/build_wasm/python_loader -- Excluding from source files list: modules/imgproc/src/resize.sse4_1.cpp -- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp -- Excluding from source files list: modules/imgproc/src/imgwarp.sse4_1.cpp -- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp -- Excluding from source files list: modules/imgproc/src/filter.avx2.cpp -- Excluding from source files list: modules/imgproc/src/corner.avx.cpp -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success -- Registering hook 'INIT_MODULE_SOURCES_opencv_dnn': /home/chenfei/opencv/modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake -- opencv_dnn: filter out ocl4dnn source code -- Excluding from source files list: <build>/modules/dnn/layers/layers_common.avx.cpp -- Excluding from source files list: <build>/modules/dnn/layers/layers_common.avx2.cpp -- Excluding from source files list: <build>/modules/dnn/layers/layers_common.avx512_skx.cpp -- Excluding from source files list: modules/features2d/src/fast.avx2.cpp

-- Excluding from source files list: modules/calib3d/src/undistort.avx2.cpp

-- General configuration for OpenCV 4.0.0-dev =====================================

-- Version control: 4.0.0-81-g197285d

-- Platform: -- Timestamp: 2018-12-04T00:15:37Z -- Host: Linux 4.15.0-39-generic x86_64 -- Target: Emscripten 1 x86 -- CMake: 3.5.1 -- CMake generator: Unix Makefiles -- CMake build tool: /usr/bin/make

-- Configuration: Release

-- CPU/HW features:

-- Baseline:

-- C/C++: -- Built as dynamic libs?: NO -- C++ Compiler: /home/chenfei/emsdk/emscripten/1.38.20/em++ (ver 6.0.1) -- C++ flags (Release): -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -- C++ flags (Debug): -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG -- C Compiler: /home/chenfei/emsdk/emscripten/1.38.20/emcc -- C flags (Release): -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -- C flags (Debug): -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG -- Linker flags (Release): -O2 -- Linker flags (Debug):
-- ccache: YES -- Precompiled headers: NO -- Extra dependencies:

-- 3rdparty dependencies: zlib libprotobuf quirc

-- OpenCV modules: -- To be built: calib3d core dnn features2d flann imgproc java_bindings_generator js objdetect python_bindings_generator video -- Disabled: highgui imgcodecs ml photo stitching videoio world -- Disabled by dependency: - -- Unavailable: gapi java python2 python3 ts -- Applications: - -- Documentation: js

-- Non-free algorithms: NO

-- GUI:

-- Media I/O: -- ZLib: build (ver 1.2.11) -- HDR: YES -- SUNRASTER: YES -- PXM: YES

-- PFM: YES

-- Video I/O:

-- Parallel framework: none

-- Other third-party libraries: -- Custom HAL: NO

-- Protobuf: build (3.5.1)

-- Python (for build): /usr/bin/python2.7

-- Install to: /home/chenfei/opencv/build_wasm/install

-- -----------------------------------------------------------------

-- Configuring done -- Generating done

-- Build files have been written to: /home/chenfei/opencv/build_wasm

===== Building OpenCV.js

Executing: ['make', '-j', '8', 'opencv.js'] /usr/bin/cmake -H/home/chenfei/opencv -B/home/chenfei/opencv/build_wasm --check-build-system CMakeFiles/Makefile.cmake 0 make -f CMakeFiles/Makefile2 opencv.js make[1]: Entering directory '/home/chenfei/opencv/build_wasm' /usr/bin/cmake -H/home/chenfei/opencv -B/home/chenfei/opencv/build_wasm --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /home/chenfei/opencv/build_wasm/CMakeFiles 97 make -f CMakeFiles/Makefile2 modules/js/CMakeFiles/opencv.js.dir/all make[2]: Entering directory '/home/chenfei/opencv/build_wasm' make -f 3rdparty/zlib/CMakeFiles/zlib.dir/build.make 3rdparty/zlib/CMakeFiles/zlib.dir/depend make -f 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/build.make 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/depend make -f 3rdparty/quirc/CMakeFiles/quirc.dir/build.make 3rdparty/quirc/CMakeFiles/quirc.dir/depend make[3]: Entering directory '/home/chenfei/opencv/build_wasm' cd /home/chenfei/opencv/build_wasm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/chenfei/opencv /home/chenfei/opencv/3rdparty/quirc /home/chenfei/opencv/build_wasm /home/chenfei/opencv/build_wasm/3rdparty/quirc /home/chenfei/opencv/build_wasm/3rdparty/quirc/CMakeFiles/quirc.dir/DependInfo.cmake --color= make[3]: Entering directory '/home/chenfei/opencv/build_wasm' cd /home/chenfei/opencv/build_wasm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/chenfei/opencv /home/chenfei/opencv/3rdparty/zlib /home/chenfei/opencv/build_wasm /home/chenfei/opencv/build_wasm/3rdparty/zlib /home/chenfei/opencv/build_wasm/3rdparty/zlib/CMakeFiles/zlib.dir/DependInfo.cmake --color= make[3]: Entering directory '/home/chenfei/opencv/build_wasm' cd /home/chenfei/opencv/build_wasm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/chenfei/opencv /home/chenfei/opencv/3rdparty/protobuf /home/chenfei/opencv/build_wasm /home/chenfei/opencv/build_wasm/3rdparty/protobuf /home/chenfei/opencv/build_wasm/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/DependInfo.cmake --color= Dependee "/home/chenfei/opencv/build_wasm/3rdparty/quirc/CMakeFiles/quirc.dir/DependInfo.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/quirc/CMakeFiles/quirc.dir/depend.internal". Dependee "/home/chenfei/opencv/build_wasm/3rdparty/quirc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/quirc/CMakeFiles/quirc.dir/depend.internal". Scanning dependencies of target quirc make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' make -f 3rdparty/quirc/CMakeFiles/quirc.dir/build.make 3rdparty/quirc/CMakeFiles/quirc.dir/build Dependee "/home/chenfei/opencv/build_wasm/3rdparty/zlib/CMakeFiles/zlib.dir/DependInfo.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/zlib/CMakeFiles/zlib.dir/depend.internal". Dependee "/home/chenfei/opencv/build_wasm/3rdparty/zlib/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/zlib/CMakeFiles/zlib.dir/depend.internal". make[3]: Entering directory '/home/chenfei/opencv/build_wasm' Dependee "/home/chenfei/opencv/build_wasm/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/DependInfo.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/depend.internal". Dependee "/home/chenfei/opencv/build_wasm/3rdparty/protobuf/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/depend.internal". Scanning dependencies of target zlib [ 0%] Building C object 3rdparty/quirc/CMakeFiles/quirc.dir/src/quirc.c.o make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' make -f 3rdparty/zlib/CMakeFiles/zlib.dir/build.make 3rdparty/zlib/CMakeFiles/zlib.dir/build cd /home/chenfei/opencv/build_wasm/3rdparty/quirc && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc @CMakeFiles/quirc.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-variable -Wno-shadow -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/quirc.dir/src/quirc.c.o -c /home/chenfei/opencv/3rdparty/quirc/src/quirc.c [ 1%] Building C object 3rdparty/quirc/CMakeFiles/quirc.dir/src/version_db.c.o [ 1%] Building C object 3rdparty/quirc/CMakeFiles/quirc.dir/src/decode.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/quirc && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc @CMakeFiles/quirc.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-variable -Wno-shadow -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/quirc.dir/src/decode.c.o -c /home/chenfei/opencv/3rdparty/quirc/src/decode.c cd /home/chenfei/opencv/build_wasm/3rdparty/quirc && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc @CMakeFiles/quirc.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-variable -Wno-shadow -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/quirc.dir/src/version_db.c.o -c /home/chenfei/opencv/3rdparty/quirc/src/version_db.c make[3]: Entering directory '/home/chenfei/opencv/build_wasm' [ 1%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/crc32.c.o [ 1%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/adler32.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/adler32.c.o -c /home/chenfei/opencv/3rdparty/zlib/adler32.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/crc32.c.o -c /home/chenfei/opencv/3rdparty/zlib/crc32.c [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/deflate.c.o [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/gzclose.c.o [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/compress.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/deflate.c.o -c /home/chenfei/opencv/3rdparty/zlib/deflate.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/compress.c.o -c /home/chenfei/opencv/3rdparty/zlib/compress.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/gzclose.c.o -c /home/chenfei/opencv/3rdparty/zlib/gzclose.c [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/gzlib.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/gzlib.c.o -c /home/chenfei/opencv/3rdparty/zlib/gzlib.c [ 2%] Linking C static library ../lib/libquirc.a cd /home/chenfei/opencv/build_wasm/3rdparty/quirc && /usr/bin/cmake -P CMakeFiles/quirc.dir/cmake_clean_target.cmake [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/gzread.c.o [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/inflate.c.o [ 3%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/gzwrite.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/gzread.c.o -c /home/chenfei/opencv/3rdparty/zlib/gzread.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/gzwrite.c.o -c /home/chenfei/opencv/3rdparty/zlib/gzwrite.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/inflate.c.o -c /home/chenfei/opencv/3rdparty/zlib/inflate.c [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/inftrees.c.o [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/inffast.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/quirc && /usr/bin/cmake -E cmake_link_script CMakeFiles/quirc.dir/link.txt --verbose=1 cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/inftrees.c.o -c /home/chenfei/opencv/3rdparty/zlib/inftrees.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/inffast.c.o -c /home/chenfei/opencv/3rdparty/zlib/inffast.c [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/infback.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/infback.c.o -c /home/chenfei/opencv/3rdparty/zlib/infback.c [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/trees.c.o [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/uncompr.c.o /home/chenfei/emsdk/emscripten/1.38.20/emar rc ../lib/libquirc.a @CMakeFiles/quirc.dir/objects1.rsp cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/uncompr.c.o -c /home/chenfei/opencv/3rdparty/zlib/uncompr.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/trees.c.o -c /home/chenfei/opencv/3rdparty/zlib/trees.c [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/zutil.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/zutil.c.o -c /home/chenfei/opencv/3rdparty/zlib/zutil.c [ 5%] Linking C static library ../lib/libzlib.a cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/cmake -P CMakeFiles/zlib.dir/cmake_clean_target.cmake cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/cmake -E cmake_link_script CMakeFiles/zlib.dir/link.txt --verbose=1 /home/chenfei/emsdk/emscripten/1.38.20/emar rc ../lib/libzlib.a @CMakeFiles/zlib.dir/objects1.rsp Scanning dependencies of target libprotobuf make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' make -f 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/build.make 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/build make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' make[3]: Entering directory '/home/chenfei/opencv/build_wasm' [ 5%] Built target quirc [ 5%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arenastring.cc.o [ 5%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arena.cc.o [ 5%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/coded_stream.cc.o [ 5%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven_lite.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/arena.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/arena.cc [ 6%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/arenastring.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/arenastring.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/coded_stream.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/coded_stream.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven_lite.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc [ 6%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_util.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/extension_set.cc make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_util.cc [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream.cc [ 7%] Built target zlib make -f modules/core/CMakeFiles/opencv_core.dir/build.make modules/core/CMakeFiles/opencv_core.dir/depend [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message_lite.cc.o [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/message_lite.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/message_lite.cc make[3]: Entering directory '/home/chenfei/opencv/build_wasm' [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/bytestream.cc.o [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/common.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/bytestream.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/bytestream.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/common.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/common.cc [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/repeated_field.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/repeated_field.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/repeated_field.cc [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/int128.cc.o [ 8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/int128.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/int128.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc [ 8%] Processing OpenCL kernels (core) cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/cmake -DMODULE_NAME=core -DCL_DIR=/home/chenfei/opencv/modules/core/src/opencl -DOUTPUT=/home/chenfei/opencv/build_wasm/modules/core/opencl_kernels_core.cpp -P /home/chenfei/opencv/cmake/cl2cpp.cmake [ 9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/io_win32.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/io_win32.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/io_win32.cc [ 9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/statusor.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/statusor.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/statusor.cc [ 9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/status.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/status.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/status.cc [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringprintf.cc.o [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/once.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringprintf.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/stringprintf.cc [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringpiece.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/once.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/once.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringpiece.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/stringpiece.cc [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/structurally_valid.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/structurally_valid.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/structurally_valid.cc [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/strutil.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/strutil.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/strutil.cc [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format_lite.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format_lite.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/wire_format_lite.cc [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/time.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/time.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/time.cc [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.pb.cc.o [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/any.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/any.pb.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/any.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/any.cc [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/api.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/api.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/api.pb.cc [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/descriptor.cc [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/descriptor.pb.cc cd /home/chenfei/opencv/build_wasm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/chenfei/opencv /home/chenfei/opencv/modules/core /home/chenfei/opencv/build_wasm /home/chenfei/opencv/build_wasm/modules/core /home/chenfei/opencv/build_wasm/modules/core/CMakeFiles/opencv_core.dir/DependInfo.cmake --color= [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/duration.pb.cc.o [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor_database.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/duration.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/duration.pb.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor_database.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/descriptor_database.cc [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/dynamic_message.cc.o [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/empty.pb.cc.o Dependee "/home/chenfei/opencv/build_wasm/modules/core/CMakeFiles/opencv_core.dir/DependInfo.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/modules/core/CMakeFiles/opencv_core.dir/depend.internal". Dependee "/home/chenfei/opencv/build_wasm/modules/core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/modules/core/CMakeFiles/opencv_core.dir/depend.internal". cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/dynamic_message.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/dynamic_message.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/empty.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/empty.pb.cc [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set_heavy.cc.o [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/field_mask.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set_heavy.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/extension_set_heavy.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/field_mask.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/field_mask.pb.cc [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/gzip_stream.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/gzip_stream.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/gzip_stream.cc [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven.cc.o [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_reflection.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_reflection.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_reflection.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_table_driven.cc [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/printer.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/printer.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/printer.cc [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/strtod.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/strtod.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/strtod.cc [ 15%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/tokenizer.cc.o [ 15%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/tokenizer.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/tokenizer.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc [ 15%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/map_field.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/map_field.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/map_field.cc [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/reflection_ops.cc.o [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/reflection_ops.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/reflection_ops.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/message.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/message.cc [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/service.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/service.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/service.cc [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/source_context.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/source_context.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/source_context.pb.cc [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/substitute.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/substitute.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/substitute.cc [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/mathlimits.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/mathlimits.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/mathlimits.cc [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/struct.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/struct.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/struct.pb.cc [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/text_format.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/text_format.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/text_format.cc [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/timestamp.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/timestamp.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/timestamp.pb.cc [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/type.pb.cc [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/unknown_field_set.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/unknown_field_set.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/unknown_field_set.cc [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/delimited_message_util.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/delimited_message_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/delimited_message_util.cc [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_comparator.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_comparator.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/field_comparator.cc [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_mask_util.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_mask_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/field_mask_util.cc [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/datapiece.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/datapiece.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/datapiece.cc [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/default_value_objectwriter.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/default_value_objectwriter.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_escaping.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_escaping.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/json_escaping.cc [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/field_mask_utility.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/field_mask_utility.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_stream_parser.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_stream_parser.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc [ 20%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_objectwriter.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_objectwriter.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc [ 20%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/object_writer.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/object_writer.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/object_writer.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectsource.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectsource.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/proto_writer.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/proto_writer.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/proto_writer.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/type_info.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/type_info.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/type_info.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectwriter.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectwriter.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/utility.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/utility.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/utility.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/json_util.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/json_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/json_util.cc [ 22%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/message_differencer.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/message_differencer.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/message_differencer.cc [ 22%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/time_util.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/time_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/time_util.cc [ 22%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/type_resolver_util.cc.o [ 22%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/type_resolver_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/type_resolver_util.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/wire_format.cc [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wrappers.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/wrappers.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/wrappers.pb.cc [ 23%] Linking CXX static library ../lib/liblibprotobuf.a cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/cmake -P CMakeFiles/libprotobuf.dir/cmake_clean_target.cmake Scanning dependencies of target opencv_core make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' make -f modules/core/CMakeFiles/opencv_core.dir/build.make modules/core/CMakeFiles/opencv_core.dir/build cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/cmake -E cmake_link_script CMakeFiles/libprotobuf.dir/link.txt --verbose=1 /home/chenfei/emsdk/emscripten/1.38.20/emar rc ../lib/liblibprotobuf.a @CMakeFiles/libprotobuf.dir/objects1.rsp make[3]: Entering directory '/home/chenfei/opencv/build_wasm' [ 24%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_MALLOC_H=1 -DHAVE_MEMALIGN=1 -DHAVE_POSIX_MEMALIGN=1 @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/alloc.cpp.o -c /home/chenfei/opencv/modules/core/src/alloc.cpp [ 24%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_types.cpp.o [ 24%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert_c.cpp.o [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/pca.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o -c /home/chenfei/opencv/modules/core/src/lpsolver.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/persistence_types.cpp.o -c /home/chenfei/opencv/modules/core/src/persistence_types.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o -c /home/chenfei/opencv/modules/core/src/mathfuncs.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/convert_c.cpp.o -c /home/chenfei/opencv/modules/core/src/convert_c.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/pca.cpp.o -c /home/chenfei/opencv/modules/core/src/pca.cpp [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lut.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/lut.cpp.o -c /home/chenfei/opencv/modules/core/src/lut.cpp In file included from /home/chenfei/opencv/modules/core/src/convert_c.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/convert_c.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/alloc.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/alloc.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/lpsolver.cpp:41: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/lpsolver.cpp:41: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/mathfuncs.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/mathfuncs.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/persistence_types.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/persistence_types.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/pca.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/pca.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/utils/filesystem.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/utils/filesystem.cpp.o -c /home/chenfei/opencv/modules/core/src/utils/filesystem.cpp [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o [ 26%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/batch_distance.cpp.o [ 26%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/softfloat.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o -c /home/chenfei/opencv/modules/core/src/cuda_host_mem.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/batch_distance.cpp.o -c /home/chenfei/opencv/modules/core/src/batch_distance.cpp In file included from /home/chenfei/opencv/modules/core/src/lut.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/lut.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/softfloat.cpp.o -c /home/chenfei/opencv/modules/core/src/softfloat.cpp [ 26%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/utils/datafile.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/utils/datafile.cpp.o -c /home/chenfei/opencv/modules/core/src/utils/datafile.cpp [ 26%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/utils/samples.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/utils/samples.cpp.o -c /home/chenfei/opencv/modules/core/src/utils/samples.cpp In file included from /home/chenfei/opencv/modules/core/src/softfloat.cpp:66: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/softfloat.cpp:66: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/utils/filesystem.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/utils/filesystem.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/cuda_host_mem.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/cuda_host_mem.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/batch_distance.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/batch_distance.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 27%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/datastructs.cpp.o -c /home/chenfei/opencv/modules/core/src/datastructs.cpp [ 27%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o -c /home/chenfei/opencv/modules/core/src/matrix_decomp.cpp In file included from /home/chenfei/opencv/modules/core/src/utils/datafile.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/utils/datafile.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 27%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/algorithm.cpp.o -c /home/chenfei/opencv/modules/core/src/algorithm.cpp [ 27%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_yml.cpp.o [ 28%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o In file included from /home/chenfei/opencv/modules/core/src/utils/samples.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/utils/samples.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/persistence_yml.cpp.o -c /home/chenfei/opencv/modules/core/src/persistence_yml.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/array.cpp.o -c /home/chenfei/opencv/modules/core/src/array.cpp In file included from /home/chenfei/opencv/modules/core/src/datastructs.cpp:41: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/datastructs.cpp:41: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 28%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/bindings_utils.cpp.o In file included from /home/chenfei/opencv/modules/core/src/matrix_decomp.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/matrix_decomp.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/bindings_utils.cpp.o -c /home/chenfei/opencv/modules/core/src/bindings_utils.cpp [ 28%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mean.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/mean.cpp.o -c /home/chenfei/opencv/modules/core/src/mean.cpp In file included from /home/chenfei/opencv/modules/core/src/algorithm.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/algorithm.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 28%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/kmeans.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/kmeans.cpp.o -c /home/chenfei/opencv/modules/core/src/kmeans.cpp In file included from /home/chenfei/opencv/modules/core/src/persistence_yml.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/persistence_yml.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/array.cpp:49: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/array.cpp:49: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/bindings_utils.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/bindings_utils.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/mean.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/mean.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 29%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/lapack.cpp.o -c /home/chenfei/opencv/modules/core/src/lapack.cpp [ 29%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/norm.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/norm.cpp.o -c /home/chenfei/opencv/modules/core/src/norm.cpp In file included from /home/chenfei/opencv/modules/core/src/kmeans.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/kmeans.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 29%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert_scale.cpp.o [ 29%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o [ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/types.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/convert_scale.cpp.o -c /home/chenfei/opencv/modules/core/src/convert_scale.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/tables.cpp.o -c /home/chenfei/opencv/modules/core/src/tables.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/types.cpp.o -c /home/chenfei/opencv/modules/core/src/types.cpp [ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/copy.cpp.o -c /home/chenfei/opencv/modules/core/src/copy.cpp In file included from /home/chenfei/opencv/modules/core/src/norm.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/norm.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/dxt.cpp.o -c /home/chenfei/opencv/modules/core/src/dxt.cpp In file included from /home/chenfei/opencv/modules/core/src/lapack.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/lapack.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/tables.cpp:49: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned*)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

log.txt Displaying log.txt.

Could not generate .wasm file when building opencv.js

I was trying to build the opencv.js with the wasm output. I just followed the steps on the opencv.js tutorial:
cd opencv
python ./platforms/js/build_js.py build_wasm --build_wasm

The build was completed with no error (some warnings), but I could not find the .wasm output in the bin folder, there were only two files opencv.js and opencv_js.js. I want to use the feature2d module so I tried the latest versions 4.0.0 and 3.4.4, both of them did not output the wasm file. Attached is the output in the terminal console for your reference: link text

Then I also tried 3.4.3 version, and this time I was able to get the opencv_js.wasm file together with opencv.js and opencv_js.js. But it seems that 3.4.3 version does not include features2d in the js binding.

Environment - OpenCV => 4.0.0 / 3.4.4 - Operating System / Platform => Ubuntu 16.04 - Compiler => Emscripten 1.38.20

Args: Namespace(build_dir='build_wasm', build_doc=False, build_test=False, build_wasm=True, clean_build_dir=False, config_only=False, disable_wasm=False, emscripten_dir='/home/chenfei/emsdk/emscripten/1.38.20', enable_exception=False, opencv_dir='/home/chenfei/opencv', skip_config=False) Check dir /home/chenfei/opencv/build_wasm (create: True, clean: False) Check dir /home/chenfei/opencv (create: False, clean: False)

Check dir /home/chenfei/emsdk/emscripten/1.38.20 (create: False, clean: False)

===== Config OpenCV.js build for wasm

Executing: ['cmake', '-DCMAKE_BUILD_TYPE=Release', "-DCMAKE_TOOLCHAIN_FILE='/home/chenfei/emsdk/emscripten/1.38.20/cmake/Modules/Platform/Emscripten.cmake'", "-DCPU_BASELINE=''", "-DCPU_DISPATCH=''", '-DCV_TRACE=OFF', '-DBUILD_SHARED_LIBS=OFF', '-DWITH_1394=OFF', '-DWITH_ADE=OFF', '-DWITH_VTK=OFF', '-DWITH_EIGEN=OFF', '-DWITH_FFMPEG=OFF', '-DWITH_GSTREAMER=OFF', '-DWITH_GTK=OFF', '-DWITH_GTK_2_X=OFF', '-DWITH_IPP=OFF', '-DWITH_JASPER=OFF', '-DWITH_JPEG=OFF', '-DWITH_WEBP=OFF', '-DWITH_OPENEXR=OFF', '-DWITH_OPENGL=OFF', '-DWITH_OPENVX=OFF', '-DWITH_OPENNI=OFF', '-DWITH_OPENNI2=OFF', '-DWITH_PNG=OFF', '-DWITH_TBB=OFF', '-DWITH_PTHREADS_PF=OFF', '-DWITH_TIFF=OFF', '-DWITH_V4L=OFF', '-DWITH_OPENCL=OFF', '-DWITH_OPENCL_SVM=OFF', '-DWITH_OPENCLAMDFFT=OFF', '-DWITH_OPENCLAMDBLAS=OFF', '-DWITH_GPHOTO2=OFF', '-DWITH_LAPACK=OFF', '-DWITH_ITT=OFF', '-DBUILD_ZLIB=ON', '-DBUILD_opencv_apps=OFF', '-DBUILD_opencv_calib3d=ON', '-DBUILD_opencv_dnn=ON', '-DBUILD_opencv_features2d=ON', '-DBUILD_opencv_flann=ON', '-DBUILD_opencv_gapi=OFF', '-DBUILD_opencv_ml=OFF', '-DBUILD_opencv_photo=OFF', '-DBUILD_opencv_imgcodecs=OFF', '-DBUILD_opencv_shape=OFF', '-DBUILD_opencv_videoio=OFF', '-DBUILD_opencv_videostab=OFF', '-DBUILD_opencv_highgui=OFF', '-DBUILD_opencv_superres=OFF', '-DBUILD_opencv_stitching=OFF', '-DBUILD_opencv_java=OFF', '-DBUILD_opencv_js=ON', '-DBUILD_opencv_python2=OFF', '-DBUILD_opencv_python3=OFF', '-DBUILD_EXAMPLES=OFF', '-DBUILD_PACKAGE=OFF', '-DBUILD_TESTS=OFF', '-DBUILD_PERF_TESTS=OFF', '-DBUILD_DOCS=OFF', "-DCMAKE_C_FLAGS='-s WASM=1 '", "-DCMAKE_CXX_FLAGS='-s WASM=1 '", '/home/chenfei/opencv'] Re-run cmake no build system arguments -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7") -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is at least version "2.7") -- Cannot probe for Python/Numpy support (because we are cross-compiling OpenCV) -- If you want to enable Python/Numpy support, set the following variables: -- PYTHON2_INCLUDE_PATH -- PYTHON2_LIBRARIES (optional on Unix-like systems) -- PYTHON2_NUMPY_INCLUDE_DIRS -- PYTHON3_INCLUDE_PATH -- PYTHON3_LIBRARIES (optional on Unix-like systems) -- PYTHON3_NUMPY_INCLUDE_DIRS -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3.2") -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is at least version "3.5") -- Cannot probe for Python/Numpy support (because we are cross-compiling OpenCV) -- If you want to enable Python/Numpy support, set the following variables: -- PYTHON2_INCLUDE_PATH -- PYTHON2_LIBRARIES (optional on Unix-like systems) -- PYTHON2_NUMPY_INCLUDE_DIRS -- PYTHON3_INCLUDE_PATH -- PYTHON3_LIBRARIES (optional on Unix-like systems) -- PYTHON3_NUMPY_INCLUDE_DIRS -- Looking for ccache - found (/usr/bin/ccache) -- Performing Test HAVE_CXX_FSIGNED_CHAR -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success -- Performing Test HAVE_C_FSIGNED_CHAR -- Performing Test HAVE_C_FSIGNED_CHAR - Success -- Performing Test HAVE_CXX_W -- Performing Test HAVE_CXX_W - Success -- Performing Test HAVE_C_W -- Performing Test HAVE_C_W - Success -- Performing Test HAVE_CXX_WALL -- Performing Test HAVE_CXX_WALL - Success -- Performing Test HAVE_C_WALL -- Performing Test HAVE_C_WALL - Success -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success -- Performing Test HAVE_C_WERROR_RETURN_TYPE -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success -- Performing Test HAVE_CXX_WERROR_ADDRESS -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success -- Performing Test HAVE_C_WERROR_ADDRESS -- Performing Test HAVE_C_WERROR_ADDRESS - Success -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success -- Performing Test HAVE_CXX_WFORMAT -- Performing Test HAVE_CXX_WFORMAT - Success -- Performing Test HAVE_C_WFORMAT -- Performing Test HAVE_C_WFORMAT - Success -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success -- Performing Test HAVE_C_WMISSING_DECLARATIONS -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Success -- Performing Test HAVE_C_WMISSING_PROTOTYPES -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Success -- Performing Test HAVE_C_WSTRICT_PROTOTYPES -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success -- Performing Test HAVE_CXX_WUNDEF -- Performing Test HAVE_CXX_WUNDEF - Success -- Performing Test HAVE_C_WUNDEF -- Performing Test HAVE_C_WUNDEF - Success -- Performing Test HAVE_CXX_WINIT_SELF -- Performing Test HAVE_CXX_WINIT_SELF - Success -- Performing Test HAVE_C_WINIT_SELF -- Performing Test HAVE_C_WINIT_SELF - Success -- Performing Test HAVE_CXX_WPOINTER_ARITH -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success -- Performing Test HAVE_C_WPOINTER_ARITH -- Performing Test HAVE_C_WPOINTER_ARITH - Success -- Performing Test HAVE_CXX_WSHADOW -- Performing Test HAVE_CXX_WSHADOW - Success -- Performing Test HAVE_C_WSHADOW -- Performing Test HAVE_C_WSHADOW - Success -- Performing Test HAVE_CXX_WSIGN_PROMO -- Performing Test HAVE_CXX_WSIGN_PROMO - Success -- Performing Test HAVE_C_WSIGN_PROMO -- Performing Test HAVE_C_WSIGN_PROMO - Success -- Performing Test HAVE_CXX_WUNINITIALIZED -- Performing Test HAVE_CXX_WUNINITIALIZED - Success -- Performing Test HAVE_C_WUNINITIALIZED -- Performing Test HAVE_C_WUNINITIALIZED - Success -- Performing Test HAVE_CXX_WINCONSISTENT_MISSING_OVERRIDE -- Performing Test HAVE_CXX_WINCONSISTENT_MISSING_OVERRIDE - Success -- Performing Test HAVE_C_WINCONSISTENT_MISSING_OVERRIDE -- Performing Test HAVE_C_WINCONSISTENT_MISSING_OVERRIDE - Success -- Performing Test HAVE_CXX_WNO_NARROWING -- Performing Test HAVE_CXX_WNO_NARROWING - Success -- Performing Test HAVE_C_WNO_NARROWING -- Performing Test HAVE_C_WNO_NARROWING - Success -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Success -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success -- Performing Test HAVE_CXX_WNO_COMMENT -- Performing Test HAVE_CXX_WNO_COMMENT - Success -- Performing Test HAVE_C_WNO_COMMENT -- Performing Test HAVE_C_WNO_COMMENT - Success -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success -- Performing Test HAVE_CXX_PTHREAD -- Performing Test HAVE_CXX_PTHREAD - Success -- Performing Test HAVE_C_PTHREAD -- Performing Test HAVE_C_PTHREAD - Success -- Performing Test HAVE_CXX_QUNUSED_ARGUMENTS -- Performing Test HAVE_CXX_QUNUSED_ARGUMENTS - Success -- Performing Test HAVE_C_QUNUSED_ARGUMENTS -- Performing Test HAVE_C_QUNUSED_ARGUMENTS - Success -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success -- Performing Test HAVE_C_FFUNCTION_SECTIONS -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success -- Performing Test HAVE_CXX_FDATA_SECTIONS -- Performing Test HAVE_CXX_FDATA_SECTIONS - Success -- Performing Test HAVE_C_FDATA_SECTIONS -- Performing Test HAVE_C_FDATA_SECTIONS - Success -- Performing Test HAVE_CPU_BASELINE_FLAGS -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success -- Performing Test HAVE_CXX_MFPMATH_387 -- Performing Test HAVE_CXX_MFPMATH_387 - Failed -- Performing Test HAVE_C_MFPMATH_387 -- Performing Test HAVE_C_MFPMATH_387 - Failed -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success -- Performing Test HAVE_C_FVISIBILITY_HIDDEN -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Success -- OpenCV disables pkg-config to avoid using of host libraries. Consider using PKG_CONFIG_LIBDIR to specify target SYSROOT -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for memalign -- Looking for memalign - found -- Looking for fseeko -- Looking for fseeko - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of off64_t -- Check size of off64_t - failed -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32 -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32 - Success -- Performing Test HAVE_C_WNO_ATTRIBUTES -- Performing Test HAVE_C_WNO_ATTRIBUTES - Success -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success -- Performing Test HAVE_C_WNO_SHIFT_NEGATIVE_VALUE -- Performing Test HAVE_C_WNO_SHIFT_NEGATIVE_VALUE - Success -- Performing Test HAVE_C_WNO_UNDEF -- Performing Test HAVE_C_WNO_UNDEF - Success -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Success -- Performing Test HAVE_CXX_WNO_DEPRECATED -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Success -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success -- Performing Test HAVE_CXX_WNO_SHADOW -- Performing Test HAVE_CXX_WNO_SHADOW - Success -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success -- Performing Test HAVE_CXX_WNO_SIGN_PROMO -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success -- Performing Test HAVE_CXX_WNO_UNDEF -- Performing Test HAVE_CXX_WNO_UNDEF - Success -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Success -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success -- Performing Test HAVE_CXX_WNO_EXTRA -- Performing Test HAVE_CXX_WNO_EXTRA - Success -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Success -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Success -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH - Success -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Failed -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Success -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Success -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success -- Performing Test HAVE_C_WNO_SHADOW -- Performing Test HAVE_C_WNO_SHADOW - Success -- OpenCV Python: during development append to PYTHONPATH: /home/chenfei/opencv/build_wasm/python_loader -- Excluding from source files list: modules/imgproc/src/resize.sse4_1.cpp -- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp -- Excluding from source files list: modules/imgproc/src/imgwarp.sse4_1.cpp -- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp -- Excluding from source files list: modules/imgproc/src/filter.avx2.cpp -- Excluding from source files list: modules/imgproc/src/corner.avx.cpp -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success -- Registering hook 'INIT_MODULE_SOURCES_opencv_dnn': /home/chenfei/opencv/modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake -- opencv_dnn: filter out ocl4dnn source code -- Excluding from source files list: <build>/modules/dnn/layers/layers_common.avx.cpp -- Excluding from source files list: <build>/modules/dnn/layers/layers_common.avx2.cpp -- Excluding from source files list: <build>/modules/dnn/layers/layers_common.avx512_skx.cpp -- Excluding from source files list: modules/features2d/src/fast.avx2.cpp

-- Excluding from source files list: modules/calib3d/src/undistort.avx2.cpp

-- General configuration for OpenCV 4.0.0-dev =====================================

-- Version control: 4.0.0-81-g197285d

-- Platform: -- Timestamp: 2018-12-04T00:15:37Z -- Host: Linux 4.15.0-39-generic x86_64 -- Target: Emscripten 1 x86 -- CMake: 3.5.1 -- CMake generator: Unix Makefiles -- CMake build tool: /usr/bin/make

-- Configuration: Release

-- CPU/HW features:

-- Baseline:

-- C/C++: -- Built as dynamic libs?: NO -- C++ Compiler: /home/chenfei/emsdk/emscripten/1.38.20/em++ (ver 6.0.1) -- C++ flags (Release): -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -- C++ flags (Debug): -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG -- C Compiler: /home/chenfei/emsdk/emscripten/1.38.20/emcc -- C flags (Release): -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -- C flags (Debug): -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG -- Linker flags (Release): -O2 -- Linker flags (Debug):
-- ccache: YES -- Precompiled headers: NO -- Extra dependencies:

-- 3rdparty dependencies: zlib libprotobuf quirc

-- OpenCV modules: -- To be built: calib3d core dnn features2d flann imgproc java_bindings_generator js objdetect python_bindings_generator video -- Disabled: highgui imgcodecs ml photo stitching videoio world -- Disabled by dependency: - -- Unavailable: gapi java python2 python3 ts -- Applications: - -- Documentation: js

-- Non-free algorithms: NO

-- GUI:

-- Media I/O: -- ZLib: build (ver 1.2.11) -- HDR: YES -- SUNRASTER: YES -- PXM: YES

-- PFM: YES

-- Video I/O:

-- Parallel framework: none

-- Other third-party libraries: -- Custom HAL: NO

-- Protobuf: build (3.5.1)

-- Python (for build): /usr/bin/python2.7

-- Install to: /home/chenfei/opencv/build_wasm/install

-- -----------------------------------------------------------------

-- Configuring done -- Generating done

-- Build files have been written to: /home/chenfei/opencv/build_wasm

===== Building OpenCV.js

Executing: ['make', '-j', '8', 'opencv.js'] /usr/bin/cmake -H/home/chenfei/opencv -B/home/chenfei/opencv/build_wasm --check-build-system CMakeFiles/Makefile.cmake 0 make -f CMakeFiles/Makefile2 opencv.js make[1]: Entering directory '/home/chenfei/opencv/build_wasm' /usr/bin/cmake -H/home/chenfei/opencv -B/home/chenfei/opencv/build_wasm --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /home/chenfei/opencv/build_wasm/CMakeFiles 97 make -f CMakeFiles/Makefile2 modules/js/CMakeFiles/opencv.js.dir/all make[2]: Entering directory '/home/chenfei/opencv/build_wasm' make -f 3rdparty/zlib/CMakeFiles/zlib.dir/build.make 3rdparty/zlib/CMakeFiles/zlib.dir/depend make -f 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/build.make 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/depend make -f 3rdparty/quirc/CMakeFiles/quirc.dir/build.make 3rdparty/quirc/CMakeFiles/quirc.dir/depend make[3]: Entering directory '/home/chenfei/opencv/build_wasm' cd /home/chenfei/opencv/build_wasm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/chenfei/opencv /home/chenfei/opencv/3rdparty/quirc /home/chenfei/opencv/build_wasm /home/chenfei/opencv/build_wasm/3rdparty/quirc /home/chenfei/opencv/build_wasm/3rdparty/quirc/CMakeFiles/quirc.dir/DependInfo.cmake --color= make[3]: Entering directory '/home/chenfei/opencv/build_wasm' cd /home/chenfei/opencv/build_wasm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/chenfei/opencv /home/chenfei/opencv/3rdparty/zlib /home/chenfei/opencv/build_wasm /home/chenfei/opencv/build_wasm/3rdparty/zlib /home/chenfei/opencv/build_wasm/3rdparty/zlib/CMakeFiles/zlib.dir/DependInfo.cmake --color= make[3]: Entering directory '/home/chenfei/opencv/build_wasm' cd /home/chenfei/opencv/build_wasm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/chenfei/opencv /home/chenfei/opencv/3rdparty/protobuf /home/chenfei/opencv/build_wasm /home/chenfei/opencv/build_wasm/3rdparty/protobuf /home/chenfei/opencv/build_wasm/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/DependInfo.cmake --color= Dependee "/home/chenfei/opencv/build_wasm/3rdparty/quirc/CMakeFiles/quirc.dir/DependInfo.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/quirc/CMakeFiles/quirc.dir/depend.internal". Dependee "/home/chenfei/opencv/build_wasm/3rdparty/quirc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/quirc/CMakeFiles/quirc.dir/depend.internal". Scanning dependencies of target quirc make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' make -f 3rdparty/quirc/CMakeFiles/quirc.dir/build.make 3rdparty/quirc/CMakeFiles/quirc.dir/build Dependee "/home/chenfei/opencv/build_wasm/3rdparty/zlib/CMakeFiles/zlib.dir/DependInfo.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/zlib/CMakeFiles/zlib.dir/depend.internal". Dependee "/home/chenfei/opencv/build_wasm/3rdparty/zlib/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/zlib/CMakeFiles/zlib.dir/depend.internal". make[3]: Entering directory '/home/chenfei/opencv/build_wasm' Dependee "/home/chenfei/opencv/build_wasm/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/DependInfo.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/depend.internal". Dependee "/home/chenfei/opencv/build_wasm/3rdparty/protobuf/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/depend.internal". Scanning dependencies of target zlib [ 0%] Building C object 3rdparty/quirc/CMakeFiles/quirc.dir/src/quirc.c.o make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' make -f 3rdparty/zlib/CMakeFiles/zlib.dir/build.make 3rdparty/zlib/CMakeFiles/zlib.dir/build cd /home/chenfei/opencv/build_wasm/3rdparty/quirc && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc @CMakeFiles/quirc.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-variable -Wno-shadow -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/quirc.dir/src/quirc.c.o -c /home/chenfei/opencv/3rdparty/quirc/src/quirc.c [ 1%] Building C object 3rdparty/quirc/CMakeFiles/quirc.dir/src/version_db.c.o [ 1%] Building C object 3rdparty/quirc/CMakeFiles/quirc.dir/src/decode.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/quirc && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc @CMakeFiles/quirc.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-variable -Wno-shadow -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/quirc.dir/src/decode.c.o -c /home/chenfei/opencv/3rdparty/quirc/src/decode.c cd /home/chenfei/opencv/build_wasm/3rdparty/quirc && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc @CMakeFiles/quirc.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-unused-variable -Wno-shadow -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/quirc.dir/src/version_db.c.o -c /home/chenfei/opencv/3rdparty/quirc/src/version_db.c make[3]: Entering directory '/home/chenfei/opencv/build_wasm' [ 1%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/crc32.c.o [ 1%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/adler32.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/adler32.c.o -c /home/chenfei/opencv/3rdparty/zlib/adler32.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/crc32.c.o -c /home/chenfei/opencv/3rdparty/zlib/crc32.c [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/deflate.c.o [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/gzclose.c.o [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/compress.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/deflate.c.o -c /home/chenfei/opencv/3rdparty/zlib/deflate.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/compress.c.o -c /home/chenfei/opencv/3rdparty/zlib/compress.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/gzclose.c.o -c /home/chenfei/opencv/3rdparty/zlib/gzclose.c [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/gzlib.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/gzlib.c.o -c /home/chenfei/opencv/3rdparty/zlib/gzlib.c [ 2%] Linking C static library ../lib/libquirc.a cd /home/chenfei/opencv/build_wasm/3rdparty/quirc && /usr/bin/cmake -P CMakeFiles/quirc.dir/cmake_clean_target.cmake [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/gzread.c.o [ 2%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/inflate.c.o [ 3%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/gzwrite.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/gzread.c.o -c /home/chenfei/opencv/3rdparty/zlib/gzread.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/gzwrite.c.o -c /home/chenfei/opencv/3rdparty/zlib/gzwrite.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/inflate.c.o -c /home/chenfei/opencv/3rdparty/zlib/inflate.c [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/inftrees.c.o [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/inffast.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/quirc && /usr/bin/cmake -E cmake_link_script CMakeFiles/quirc.dir/link.txt --verbose=1 cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/inftrees.c.o -c /home/chenfei/opencv/3rdparty/zlib/inftrees.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/inffast.c.o -c /home/chenfei/opencv/3rdparty/zlib/inffast.c [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/infback.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/infback.c.o -c /home/chenfei/opencv/3rdparty/zlib/infback.c [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/trees.c.o [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/uncompr.c.o /home/chenfei/emsdk/emscripten/1.38.20/emar rc ../lib/libquirc.a @CMakeFiles/quirc.dir/objects1.rsp cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/uncompr.c.o -c /home/chenfei/opencv/3rdparty/zlib/uncompr.c cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/trees.c.o -c /home/chenfei/opencv/3rdparty/zlib/trees.c [ 4%] Building C object 3rdparty/zlib/CMakeFiles/zlib.dir/zutil.c.o cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/emcc -DZ_HAVE_UNISTD_H @CMakeFiles/zlib.dir/includes_C.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-shorten-64-to-32 -Wno-attributes -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shift-negative-value -Wno-undef -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -o CMakeFiles/zlib.dir/zutil.c.o -c /home/chenfei/opencv/3rdparty/zlib/zutil.c [ 5%] Linking C static library ../lib/libzlib.a cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/cmake -P CMakeFiles/zlib.dir/cmake_clean_target.cmake cd /home/chenfei/opencv/build_wasm/3rdparty/zlib && /usr/bin/cmake -E cmake_link_script CMakeFiles/zlib.dir/link.txt --verbose=1 /home/chenfei/emsdk/emscripten/1.38.20/emar rc ../lib/libzlib.a @CMakeFiles/zlib.dir/objects1.rsp Scanning dependencies of target libprotobuf make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' make -f 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/build.make 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/build make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' make[3]: Entering directory '/home/chenfei/opencv/build_wasm' [ 5%] Built target quirc [ 5%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arenastring.cc.o [ 5%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arena.cc.o [ 5%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/coded_stream.cc.o [ 5%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven_lite.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/arena.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/arena.cc [ 6%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/arenastring.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/arenastring.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/coded_stream.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/coded_stream.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven_lite.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc [ 6%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_util.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/extension_set.cc make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_util.cc [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream.cc [ 7%] Built target zlib make -f modules/core/CMakeFiles/opencv_core.dir/build.make modules/core/CMakeFiles/opencv_core.dir/depend [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message_lite.cc.o [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/message_lite.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/message_lite.cc make[3]: Entering directory '/home/chenfei/opencv/build_wasm' [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/bytestream.cc.o [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/common.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/bytestream.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/bytestream.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/common.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/common.cc [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/repeated_field.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/repeated_field.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/repeated_field.cc [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/int128.cc.o [ 8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/int128.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/int128.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc [ 8%] Processing OpenCL kernels (core) cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/cmake -DMODULE_NAME=core -DCL_DIR=/home/chenfei/opencv/modules/core/src/opencl -DOUTPUT=/home/chenfei/opencv/build_wasm/modules/core/opencl_kernels_core.cpp -P /home/chenfei/opencv/cmake/cl2cpp.cmake [ 9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/io_win32.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/io_win32.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/io_win32.cc [ 9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/statusor.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/statusor.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/statusor.cc [ 9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/status.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/status.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/status.cc [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringprintf.cc.o [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/once.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringprintf.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/stringprintf.cc [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringpiece.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/once.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/once.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringpiece.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/stringpiece.cc [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/structurally_valid.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/structurally_valid.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/structurally_valid.cc [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/strutil.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/strutil.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/strutil.cc [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format_lite.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format_lite.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/wire_format_lite.cc [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/time.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/time.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/time.cc [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.pb.cc.o [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/any.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/any.pb.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/any.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/any.cc [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/api.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/api.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/api.pb.cc [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/descriptor.cc [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/descriptor.pb.cc cd /home/chenfei/opencv/build_wasm && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/chenfei/opencv /home/chenfei/opencv/modules/core /home/chenfei/opencv/build_wasm /home/chenfei/opencv/build_wasm/modules/core /home/chenfei/opencv/build_wasm/modules/core/CMakeFiles/opencv_core.dir/DependInfo.cmake --color= [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/duration.pb.cc.o [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor_database.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/duration.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/duration.pb.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor_database.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/descriptor_database.cc [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/dynamic_message.cc.o [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/empty.pb.cc.o Dependee "/home/chenfei/opencv/build_wasm/modules/core/CMakeFiles/opencv_core.dir/DependInfo.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/modules/core/CMakeFiles/opencv_core.dir/depend.internal". Dependee "/home/chenfei/opencv/build_wasm/modules/core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/chenfei/opencv/build_wasm/modules/core/CMakeFiles/opencv_core.dir/depend.internal". cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/dynamic_message.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/dynamic_message.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/empty.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/empty.pb.cc [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set_heavy.cc.o [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/field_mask.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set_heavy.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/extension_set_heavy.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/field_mask.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/field_mask.pb.cc [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/gzip_stream.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/gzip_stream.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/gzip_stream.cc [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven.cc.o [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_reflection.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_reflection.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_reflection.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_table_driven.cc [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/printer.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/printer.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/printer.cc [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/strtod.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/strtod.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/strtod.cc [ 15%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/tokenizer.cc.o [ 15%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/tokenizer.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/tokenizer.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc [ 15%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/map_field.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/map_field.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/map_field.cc [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/reflection_ops.cc.o [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/reflection_ops.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/reflection_ops.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/message.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/message.cc [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/service.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/service.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/service.cc [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/source_context.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/source_context.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/source_context.pb.cc [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/substitute.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/substitute.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/substitute.cc [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/mathlimits.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/mathlimits.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/stubs/mathlimits.cc [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/struct.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/struct.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/struct.pb.cc [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/text_format.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/text_format.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/text_format.cc [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/timestamp.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/timestamp.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/timestamp.pb.cc [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/type.pb.cc [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/unknown_field_set.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/unknown_field_set.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/unknown_field_set.cc [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/delimited_message_util.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/delimited_message_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/delimited_message_util.cc [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_comparator.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_comparator.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/field_comparator.cc [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_mask_util.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_mask_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/field_mask_util.cc [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/datapiece.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/datapiece.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/datapiece.cc [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/default_value_objectwriter.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/default_value_objectwriter.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_escaping.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_escaping.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/json_escaping.cc [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/field_mask_utility.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/field_mask_utility.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_stream_parser.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_stream_parser.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc [ 20%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_objectwriter.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_objectwriter.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc [ 20%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/object_writer.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/object_writer.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/object_writer.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectsource.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectsource.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/proto_writer.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/proto_writer.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/proto_writer.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/type_info.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/type_info.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/type_info.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectwriter.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectwriter.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/utility.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/utility.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/internal/utility.cc [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/json_util.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/json_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/json_util.cc [ 22%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/message_differencer.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/message_differencer.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/message_differencer.cc [ 22%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/time_util.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/time_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/time_util.cc [ 22%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/type_resolver_util.cc.o [ 22%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/util/type_resolver_util.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/util/type_resolver_util.cc cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/wire_format.cc [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wrappers.pb.cc.o cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -DHAVE_PTHREAD=1 @CMakeFiles/libprotobuf.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wstrict-prototypes -Winit-self -Wpointer-arith -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -Wno-deprecated -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow -Wno-unused-parameter -Wno-unused-local-typedefs -Wno-sign-compare -Wno-sign-promo -Wno-undef -Wno-tautological-undefined-compare -Wno-ignored-qualifiers -Wno-extra -Wno-unused-function -Wno-unused-const-variable -Wno-shorten-64-to-32 -Wno-invalid-offsetof -Wno-enum-compare-switch -Wno-inconsistent-missing-override -Wno-implicit-fallthrough -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/libprotobuf.dir/src/google/protobuf/wrappers.pb.cc.o -c /home/chenfei/opencv/3rdparty/protobuf/src/google/protobuf/wrappers.pb.cc [ 23%] Linking CXX static library ../lib/liblibprotobuf.a cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/cmake -P CMakeFiles/libprotobuf.dir/cmake_clean_target.cmake Scanning dependencies of target opencv_core make[3]: Leaving directory '/home/chenfei/opencv/build_wasm' make -f modules/core/CMakeFiles/opencv_core.dir/build.make modules/core/CMakeFiles/opencv_core.dir/build cd /home/chenfei/opencv/build_wasm/3rdparty/protobuf && /usr/bin/cmake -E cmake_link_script CMakeFiles/libprotobuf.dir/link.txt --verbose=1 /home/chenfei/emsdk/emscripten/1.38.20/emar rc ../lib/liblibprotobuf.a @CMakeFiles/libprotobuf.dir/objects1.rsp make[3]: Entering directory '/home/chenfei/opencv/build_wasm' [ 24%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_MALLOC_H=1 -DHAVE_MEMALIGN=1 -DHAVE_POSIX_MEMALIGN=1 @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/alloc.cpp.o -c /home/chenfei/opencv/modules/core/src/alloc.cpp [ 24%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_types.cpp.o [ 24%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert_c.cpp.o [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/pca.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o -c /home/chenfei/opencv/modules/core/src/lpsolver.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/persistence_types.cpp.o -c /home/chenfei/opencv/modules/core/src/persistence_types.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o -c /home/chenfei/opencv/modules/core/src/mathfuncs.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/convert_c.cpp.o -c /home/chenfei/opencv/modules/core/src/convert_c.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/pca.cpp.o -c /home/chenfei/opencv/modules/core/src/pca.cpp [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lut.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/lut.cpp.o -c /home/chenfei/opencv/modules/core/src/lut.cpp In file included from /home/chenfei/opencv/modules/core/src/convert_c.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/convert_c.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/alloc.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/alloc.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/lpsolver.cpp:41: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/lpsolver.cpp:41: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/mathfuncs.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/mathfuncs.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/persistence_types.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/persistence_types.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/pca.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/pca.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/utils/filesystem.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/utils/filesystem.cpp.o -c /home/chenfei/opencv/modules/core/src/utils/filesystem.cpp [ 25%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o [ 26%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/batch_distance.cpp.o [ 26%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/softfloat.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o -c /home/chenfei/opencv/modules/core/src/cuda_host_mem.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/batch_distance.cpp.o -c /home/chenfei/opencv/modules/core/src/batch_distance.cpp In file included from /home/chenfei/opencv/modules/core/src/lut.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/lut.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/softfloat.cpp.o -c /home/chenfei/opencv/modules/core/src/softfloat.cpp [ 26%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/utils/datafile.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/utils/datafile.cpp.o -c /home/chenfei/opencv/modules/core/src/utils/datafile.cpp [ 26%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/utils/samples.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/utils/samples.cpp.o -c /home/chenfei/opencv/modules/core/src/utils/samples.cpp In file included from /home/chenfei/opencv/modules/core/src/softfloat.cpp:66: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/softfloat.cpp:66: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/utils/filesystem.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/utils/filesystem.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/cuda_host_mem.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/cuda_host_mem.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/batch_distance.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/batch_distance.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 27%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/datastructs.cpp.o -c /home/chenfei/opencv/modules/core/src/datastructs.cpp [ 27%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o -c /home/chenfei/opencv/modules/core/src/matrix_decomp.cpp In file included from /home/chenfei/opencv/modules/core/src/utils/datafile.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/utils/datafile.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 27%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/algorithm.cpp.o -c /home/chenfei/opencv/modules/core/src/algorithm.cpp [ 27%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_yml.cpp.o [ 28%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o In file included from /home/chenfei/opencv/modules/core/src/utils/samples.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/utils/samples.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/utils/../precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/persistence_yml.cpp.o -c /home/chenfei/opencv/modules/core/src/persistence_yml.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/array.cpp.o -c /home/chenfei/opencv/modules/core/src/array.cpp In file included from /home/chenfei/opencv/modules/core/src/datastructs.cpp:41: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/datastructs.cpp:41: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 28%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/bindings_utils.cpp.o In file included from /home/chenfei/opencv/modules/core/src/matrix_decomp.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/matrix_decomp.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/bindings_utils.cpp.o -c /home/chenfei/opencv/modules/core/src/bindings_utils.cpp [ 28%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mean.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/mean.cpp.o -c /home/chenfei/opencv/modules/core/src/mean.cpp In file included from /home/chenfei/opencv/modules/core/src/algorithm.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/algorithm.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 28%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/kmeans.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/kmeans.cpp.o -c /home/chenfei/opencv/modules/core/src/kmeans.cpp In file included from /home/chenfei/opencv/modules/core/src/persistence_yml.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/persistence_yml.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/array.cpp:49: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/array.cpp:49: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/bindings_utils.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/bindings_utils.cpp:5: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/mean.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/mean.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 29%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/lapack.cpp.o -c /home/chenfei/opencv/modules/core/src/lapack.cpp [ 29%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/norm.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/norm.cpp.o -c /home/chenfei/opencv/modules/core/src/norm.cpp In file included from /home/chenfei/opencv/modules/core/src/kmeans.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/kmeans.cpp:44: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 29%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert_scale.cpp.o [ 29%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o [ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/types.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/convert_scale.cpp.o -c /home/chenfei/opencv/modules/core/src/convert_scale.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/tables.cpp.o -c /home/chenfei/opencv/modules/core/src/tables.cpp cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/types.cpp.o -c /home/chenfei/opencv/modules/core/src/types.cpp [ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/copy.cpp.o -c /home/chenfei/opencv/modules/core/src/copy.cpp In file included from /home/chenfei/opencv/modules/core/src/norm.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/norm.cpp:6: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. [ 30%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o cd /home/chenfei/opencv/build_wasm/modules/core && /usr/bin/ccache /home/chenfei/emsdk/emscripten/1.38.20/em++ -D_USE_MATH_DEFINES -D__OPENCV_BUILD=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @CMakeFiles/opencv_core.dir/includes_CXX.rsp -s WASM=1 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Winconsistent-missing-override -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -pthread -Qunused-arguments -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -O2 -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/opencv_core.dir/src/dxt.cpp.o -c /home/chenfei/opencv/modules/core/src/dxt.cpp In file included from /home/chenfei/opencv/modules/core/src/lapack.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:3771:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&(u->urefcount)), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/chenfei/opencv/modules/core/src/lapack.cpp:43: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:51: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.hpp:1048: /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:105:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/cuda.inl.hpp:395:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 warnings generated. In file included from /home/chenfei/opencv/modules/core/src/tables.cpp:49: In file included from /home/chenfei/opencv/modules/core/src/precomp.hpp:49: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/utility.hpp:56: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core.hpp:59: In file included from /home/chenfei/opencv/modules/core/include/opencv2/core/mat.hpp:3662: /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:530:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:748:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:844:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&u->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2136:13: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2171:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2457:9: warning: expression result unused [-Wunused-value] (int)__sync_fetch_and_add((unsigned)(&this->hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/chenfei/opencv/modules/core/include/opencv2/core/mat.inl.hpp:2472:21: warning: expression result unused [-Wunused-value] if( m.hdr ) (int)__sync_fetch_and_add((unsigned*)(&m.hdr->refcount), (unsigned)(1)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

log.txt Displaying log.txt.