ar: `u' modifier ignored since `D' is the default (see `U') CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-4230/2/9e0fba7d-468f-41f9-b1e3-b6af02dbe8a7/recipes/libjpeg/all/test_package/test_transupp.c: In function ‘main’: /home/conan/w/cci_PR-4230/2/9e0fba7d-468f-41f9-b1e3-b6af02dbe8a7/recipes/libjpeg/all/test_package/test_transupp.c:70:16: warning: passing argument 1 of ‘printf’ from incompatible pointer type [-Wincompatible-pointer-types] 70 | printf(stderr, "Can only transform odd-size images perfectly.\n"); | ^~~~~~ | | | FILE * {aka struct _IO_FILE *} In file included from /home/conan/w/cci_PR-4230/2/9e0fba7d-468f-41f9-b1e3-b6af02dbe8a7/recipes/libjpeg/all/test_package/test_transupp.c:2: /usr/include/stdio.h:332:43: note: expected ‘const char * restrict’ but argument is of type ‘FILE *’ {aka ‘struct _IO_FILE *’} 332 | extern int printf (const char *__restrict __format, ...); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ The input image is odd-sized. The transform will not be correct.