CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-4394/.conan/data/openssl/1.1.1i/_/_/package/db2ca884c9793e0b0fb54ec3f846326d1addacc8/include/openssl/err.h:21:0, from /home/conan/w/cci_PR-4394/.conan/data/minizip-ng/3.0.0/_/_/build/d2c3cb27217f15514db6fbdbdb015acfa77f8fde/source_subfolder/mz_crypt_openssl.c:14: /home/conan/w/cci_PR-4394/.conan/data/minizip-ng/3.0.0/_/_/build/d2c3cb27217f15514db6fbdbdb015acfa77f8fde/source_subfolder/mz_crypt_openssl.c: In function ‘mz_crypt_sign’: /home/conan/w/cci_PR-4394/.conan/data/openssl/1.1.1i/_/_/package/db2ca884c9793e0b0fb54ec3f846326d1addacc8/include/openssl/bio.h:489:34: warning: value computed is not used [-Wunused-value] # define BIO_flush(b) (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4394/.conan/data/minizip-ng/3.0.0/_/_/build/d2c3cb27217f15514db6fbdbdb015acfa77f8fde/source_subfolder/mz_crypt_openssl.c:493:17: note: in expansion of macro ‘BIO_flush’ BIO_flush(signature_bio); ^~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-4394/2/7f9cd5b5-18ba-4769-a4af-d8ab2def7b3e/recipes/minizip-ng/all/test_package/test_package.c: In function ‘main’: /home/conan/w/cci_PR-4394/2/7f9cd5b5-18ba-4769-a4af-d8ab2def7b3e/recipes/minizip-ng/all/test_package/test_package.c:7:19: warning: implicit declaration of function ‘mz_path_resolve’ [-Wimplicit-function-declaration] int32_t err = mz_path_resolve("c:\\test\\.", output, sizeof(output)); ^~~~~~~~~~~~~~~