CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR In file included from /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c6bf31a26c4eaf475f88c385b86a1f45bb1d955f/source_subfolder/internal/dcraw_common.cpp:52: /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c6bf31a26c4eaf475f88c385b86a1f45bb1d955f/source_subfolder/internal/../src/metadata/ciff.cpp:130:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = strrchr(imCommon.firmware, ' ')) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c6bf31a26c4eaf475f88c385b86a1f45bb1d955f/source_subfolder/internal/../src/metadata/ciff.cpp:130:13: note: place parentheses around the assignment to silence this warning if (p = strrchr(imCommon.firmware, ' ')) { ^ ( ) /home/conan/w/cci_PR-3793/.conan/data/libraw/0.20.2/_/_/build/c6bf31a26c4eaf475f88c385b86a1f45bb1d955f/source_subfolder/internal/../src/metadata/ciff.cpp:130:13: note: use '==' to turn this assignment into an equality comparison if (p = strrchr(imCommon.firmware, ' ')) { ^ == 1 warning generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-3793/.conan/data/jasper/2.0.16/_/_/package/f727e7c2d395a71d8fb0d28a4edce125b5a7451a/lib/libjasper.a(jas_stream.c.o): In function `jas_stream_tmpfile': /home/conan/w/cci_PR-3057/.conan/data/jasper/2.0.16/_/_/build/f727e7c2d395a71d8fb0d28a4edce125b5a7451a/source_subfolder/src/libjasper/base/jas_stream.c:(.text+0x847): warning: the use of `tmpnam' is dangerous, better use `mkstemp'