CMake Warning: Manually-specified variables were not used by the project: CMAKE_DISABLE_FIND_PACKAGE_openjp2 CMAKE_DISABLE_FIND_PACKAGE_webp 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 SW_BUILD /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:158:37: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] compression = convertOnBigEnd32(bmpih->biCompression); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:134:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:168:31: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] width = convertOnBigEnd32(bmpih->biWidth); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:134:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:169:32: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] height = convertOnBigEnd32(bmpih->biHeight); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:134:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:170:31: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] depth = convertOnBigEnd16(bmpih->biBitCount); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:134:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:171:36: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] imagebytes = convertOnBigEnd32(bmpih->biSizeImage); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:134:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:172:30: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] xres = convertOnBigEnd32(bmpih->biXPelsPerMeter); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:134:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:173:30: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] yres = convertOnBigEnd32(bmpih->biYPelsPerMeter); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:134:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:529:5: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] bmpih->biSize = convertOnBigEnd32(BMP_IHBYTES); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:422:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:530:5: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] bmpih->biWidth = convertOnBigEnd32(w); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:422:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:531:5: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] bmpih->biHeight = convertOnBigEnd32(h); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:422:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:532:5: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] bmpih->biPlanes = convertOnBigEnd16(1); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:422:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:533:5: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] bmpih->biBitCount = convertOnBigEnd16(fdepth); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:422:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:534:5: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] bmpih->biSizeImage = convertOnBigEnd32(fimagebytes); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:422:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:535:5: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] bmpih->biXPelsPerMeter = convertOnBigEnd32(xres); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:422:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:536:5: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] bmpih->biYPelsPerMeter = convertOnBigEnd32(yres); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:422:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:537:5: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] bmpih->biClrUsed = convertOnBigEnd32(ncolors); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:422:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:538:5: warning: taking address of packed member 'bmpih' of class or structure 'BMP_HEADER' may result in an unaligned pointer value [-Waddress-of-packed-member] bmpih->biClrImportant = convertOnBigEnd32(ncolors); ^~~~~ /home/conan/w/cci_PR-3440/.conan/data/leptonica/1.78.0/_/_/build/e43a71224cfd8a7c99bef4e2825a412ad0661cf8/source_subfolder/src/bmpio.c:422:17: note: expanded from macro 'bmpih' #define bmpih (&bmph->bmpih) ^~~~~~~~~~~ 17 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY WARN: libtiff/4.1.0: requirement libwebp/1.1.0 overridden by leptonica/1.78.0 to libwebp/1.0.3