mkdir: /Users/jenkins/w/cci_PR-4230/.conan/data/libjpeg/9c/_/_/package/af96383df8ed9748d2eed48fb04099c5914a718f/include: File exists 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 /Users/jenkins/w/cci_PR-4230/3/22c0d097-8e00-4d62-86c7-9f755b457a4d/recipes/libjpeg/all/test_package/test_transupp.c:69:16: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'const char *' [-Wincompatible-pointer-types] printf(stderr, "Can only transform odd-size images perfectly.\n"); ^~~~~~ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/stdio.h:129:16: note: expanded from macro 'stderr' #define stderr __stderrp ^~~~~~~~~ /Applications/Xcode-9.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/stdio.h:170:36: note: passing argument to parameter here int printf(const char * __restrict, ...) __printflike(1, 2); ^ 1 warning generated. The input image is odd-sized. The transform will not be correct.