******************************************************************************** conan install libraw/0.21.0@#416668c0d8e65f6b4005855c42e12f62 --build=libraw -pr /home/conan/w/prod/BuildSingleReference/148905/36df0bc1-d79a-40c9-9580-5fe3ccbf0aff/profile_linux_7_libstdcpp_gcc_debug_64.libraw-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 7 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=7 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++ compiler.version=7 os=Linux [options] libraw:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libjpeg/9e: Not found in local cache, looking in remotes... libjpeg/9e: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libjpeg/9e: Downloaded recipe revision f40da27c84a2503741e9d65fda91a109 lcms/2.14: Not found in local cache, looking in remotes... lcms/2.14: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz lcms/2.14: Downloaded recipe revision 9e285dc3798f2734632659b2101046c1 jasper/4.0.0: Not found in local cache, looking in remotes... jasper/4.0.0: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz jasper/4.0.0: Downloaded recipe revision 0f24c583a775111430a750e3c5defb7f libraw/0.21.0: Forced build from source Installing package: libraw/0.21.0 Requirements jasper/4.0.0 from 'conan-center' - Downloaded lcms/2.14 from 'conan-center' - Downloaded libjpeg/9e from 'conan-center' - Downloaded libraw/0.21.0 from local cache - Cache Packages jasper/4.0.0:d842aff0202b0501799bde4f5b775aabcce33e8a - Download lcms/2.14:db2ca884c9793e0b0fb54ec3f846326d1addacc8 - Download libjpeg/9e:db2ca884c9793e0b0fb54ec3f846326d1addacc8 - Download libraw/0.21.0:256cce0fddeb142ffe7bd7ff86aa1619d8df3c73 - Build Installing (downloading, building) binaries... lcms/2.14: Retrieving package db2ca884c9793e0b0fb54ec3f846326d1addacc8 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz lcms/2.14: Package installed db2ca884c9793e0b0fb54ec3f846326d1addacc8 lcms/2.14: Downloaded package revision 364554c1d043b7cc42389f43a0af5554 libjpeg/9e: Retrieving package db2ca884c9793e0b0fb54ec3f846326d1addacc8 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libjpeg/9e: Package installed db2ca884c9793e0b0fb54ec3f846326d1addacc8 libjpeg/9e: Downloaded package revision d89c6a00a5a71c83d435d826cf96b347 jasper/4.0.0: Retrieving package d842aff0202b0501799bde4f5b775aabcce33e8a from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz jasper/4.0.0: Package installed d842aff0202b0501799bde4f5b775aabcce33e8a jasper/4.0.0: Downloaded package revision e1eb950b91e8f16d9248c6a818e4ac81 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libraw/0.21.0: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/source/src libraw/0.21.0: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK libraw/0.21.0: Copying sources to build folder libraw/0.21.0: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73 libraw/0.21.0: Generator txt created conanbuildinfo.txt libraw/0.21.0: Calling generate() libraw/0.21.0: Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug' libraw/0.21.0: If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/build/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug' libraw/0.21.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libraw/0.21.0: Calling build() libraw/0.21.0: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/.." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/build/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/.." ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/build/generators/conan_toolchain.cmake -- Conan toolchain: Setting CMAKE_POSITION_INDEPENDENT_CODE=ON (options.fPIC) -- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF -- The CXX compiler identification is GNU 7.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: Target declared 'JPEG::JPEG' -- Could NOT find libjpeg-turbo (missing: libjpeg-turbo_DIR) -- Conan: Target declared 'lcms::lcms' -- Conan: Target declared 'Jasper::Jasper' -- Conan: Including build module from '/home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/lib/cmake/conan-official-jasper-variables.cmake' -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/build/Debug libraw/0.21.0: CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/build/Debug" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/build/Debug" '--' '-j3' ----------------- Scanning dependencies of target raw [ 2%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/crx.cpp.o [ 2%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/canon_600.cpp.o [ 3%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/decoders_dcraw.cpp.o [ 5%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/decoders_libraw.cpp.o [ 6%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/decoders_libraw_dcrdefs.cpp.o [ 7%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/dng.cpp.o [ 9%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/fp_dng.cpp.o [ 10%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/fuji_compressed.cpp.o [ 11%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/generic.cpp.o [ 13%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/kodak_decoders.cpp.o [ 14%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/load_mfbacks.cpp.o [ 15%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/smal.cpp.o [ 17%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/unpack.cpp.o [ 18%] Building CXX object CMakeFiles/raw.dir/src/src/decoders/unpack_thumb.cpp.o [ 19%] Building CXX object CMakeFiles/raw.dir/src/src/demosaic/aahd_demosaic.cpp.o [ 21%] Building CXX object CMakeFiles/raw.dir/src/src/demosaic/ahd_demosaic.cpp.o [ 22%] Building CXX object CMakeFiles/raw.dir/src/src/demosaic/dcb_demosaic.cpp.o [ 23%] Building CXX object CMakeFiles/raw.dir/src/src/demosaic/dht_demosaic.cpp.o [ 25%] Building CXX object CMakeFiles/raw.dir/src/src/demosaic/misc_demosaic.cpp.o [ 26%] Building CXX object CMakeFiles/raw.dir/src/src/demosaic/xtrans_demosaic.cpp.o [ 27%] Building CXX object CMakeFiles/raw.dir/src/src/integration/dngsdk_glue.cpp.o [ 28%] Building CXX object CMakeFiles/raw.dir/src/src/integration/rawspeed_glue.cpp.o [ 30%] Building CXX object CMakeFiles/raw.dir/src/src/libraw_c_api.cpp.o [ 31%] Building CXX object CMakeFiles/raw.dir/src/src/libraw_datastream.cpp.o [ 32%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/adobepano.cpp.o [ 34%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/canon.cpp.o [ 35%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/ciff.cpp.o [ 36%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/cr3_parser.cpp.o [ 38%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/epson.cpp.o [ 39%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/exif_gps.cpp.o [ 40%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/fuji.cpp.o [ 42%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/hasselblad_model.cpp.o [ 43%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/identify.cpp.o [ 44%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/identify_tools.cpp.o [ 46%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/kodak.cpp.o [ 47%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/leica.cpp.o [ 48%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/makernotes.cpp.o [ 50%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/mediumformat.cpp.o [ 51%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/minolta.cpp.o [ 52%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/misc_parsers.cpp.o [ 53%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/nikon.cpp.o [ 55%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/normalize_model.cpp.o [ 56%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/olympus.cpp.o [ 57%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/p1.cpp.o [ 59%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/pentax.cpp.o [ 60%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/samsung.cpp.o [ 61%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/sony.cpp.o [ 63%] Building CXX object CMakeFiles/raw.dir/src/src/metadata/tiff.cpp.o [ 64%] Building CXX object CMakeFiles/raw.dir/src/src/postprocessing/aspect_ratio.cpp.o [ 65%] Building CXX object CMakeFiles/raw.dir/src/src/postprocessing/dcraw_process.cpp.o [ 67%] Building CXX object CMakeFiles/raw.dir/src/src/postprocessing/mem_image.cpp.o [ 68%] Building CXX object CMakeFiles/raw.dir/src/src/postprocessing/postprocessing_aux.cpp.o [ 69%] Building CXX object CMakeFiles/raw.dir/src/src/postprocessing/postprocessing_utils.cpp.o [ 71%] Building CXX object CMakeFiles/raw.dir/src/src/postprocessing/postprocessing_utils_dcrdefs.cpp.o [ 72%] Building CXX object CMakeFiles/raw.dir/src/src/preprocessing/ext_preprocess.cpp.o [ 73%] Building CXX object CMakeFiles/raw.dir/src/src/preprocessing/raw2image.cpp.o [ 75%] Building CXX object CMakeFiles/raw.dir/src/src/preprocessing/subtract_black.cpp.o [ 76%] Building CXX object CMakeFiles/raw.dir/src/src/tables/cameralist.cpp.o [ 77%] Building CXX object CMakeFiles/raw.dir/src/src/tables/colorconst.cpp.o [ 78%] Building CXX object CMakeFiles/raw.dir/src/src/tables/colordata.cpp.o [ 80%] Building CXX object CMakeFiles/raw.dir/src/src/tables/wblists.cpp.o [ 81%] Building CXX object CMakeFiles/raw.dir/src/src/utils/curves.cpp.o [ 82%] Building CXX object CMakeFiles/raw.dir/src/src/utils/decoder_info.cpp.o [ 84%] Building CXX object CMakeFiles/raw.dir/src/src/utils/init_close_utils.cpp.o [ 85%] Building CXX object CMakeFiles/raw.dir/src/src/utils/open.cpp.o [ 86%] Building CXX object CMakeFiles/raw.dir/src/src/utils/phaseone_processing.cpp.o [ 88%] Building CXX object CMakeFiles/raw.dir/src/src/utils/read_utils.cpp.o [ 89%] Building CXX object CMakeFiles/raw.dir/src/src/utils/thumb_utils.cpp.o [ 90%] Building CXX object CMakeFiles/raw.dir/src/src/utils/utils_dcraw.cpp.o [ 92%] Building CXX object CMakeFiles/raw.dir/src/src/utils/utils_libraw.cpp.o [ 93%] Building CXX object CMakeFiles/raw.dir/src/src/write/apply_profile.cpp.o [ 94%] Building CXX object CMakeFiles/raw.dir/src/src/write/file_write.cpp.o [ 96%] Building CXX object CMakeFiles/raw.dir/src/src/write/tiff_writer.cpp.o [ 97%] Building CXX object CMakeFiles/raw.dir/src/src/x3f/x3f_parse_process.cpp.o [ 98%] Building CXX object CMakeFiles/raw.dir/src/src/x3f/x3f_utils_patched.cpp.o [100%] Linking CXX static library libraw.a [100%] Built target raw libraw/0.21.0: Package '256cce0fddeb142ffe7bd7ff86aa1619d8df3c73' built libraw/0.21.0: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/build/Debug libraw/0.21.0: Generated conaninfo.txt libraw/0.21.0: Generated conanbuildinfo.txt libraw/0.21.0: Generating the package libraw/0.21.0: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73 libraw/0.21.0: Calling package() libraw/0.21.0: Copied 1 '.LGPL' file: LICENSE.LGPL libraw/0.21.0: Copied 1 '.CDDL' file: LICENSE.CDDL libraw/0.21.0: Copied 1 file: COPYRIGHT libraw/0.21.0: CMake command: cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/build/Debug" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73" ----Running------ > cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/build/Debug" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73" ----------------- -- Install configuration: "Debug" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/include/libraw -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/include/libraw/libraw_types.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/include/libraw/libraw.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/include/libraw/libraw_version.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/include/libraw/libraw_alloc.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/include/libraw/libraw_const.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/include/libraw/libraw_internal.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/include/libraw/libraw_datastream.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/package/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/lib/libraw.a [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [STATIC ARTIFACTS (KB-H074)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK libraw/0.21.0 package(): Packaged 7 '.h' files libraw/0.21.0 package(): Packaged 1 '.a' file: libraw.a libraw/0.21.0 package(): Packaged 1 '.LGPL' file: LICENSE.LGPL libraw/0.21.0 package(): Packaged 1 '.CDDL' file: LICENSE.CDDL libraw/0.21.0 package(): Packaged 1 file: COPYRIGHT libraw/0.21.0: Package '256cce0fddeb142ffe7bd7ff86aa1619d8df3c73' created libraw/0.21.0: Created package revision 88900c7087bb6b86197770ec9a2c4457 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/decoders_dcraw.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/canon_600.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/crx.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/decoders_libraw.cpp:18: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/decoders_libraw_dcrdefs.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/dng.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/fp_dng.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/fuji_compressed.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/generic.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/kodak_decoders.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/load_mfbacks.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/smal.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/unpack.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/../../internal/dmp_include.h:22, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/aahd_demosaic.cpp:18: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/decoders/unpack_thumb.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/ahd_demosaic.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/dcb_demosaic.cpp:42: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/../../internal/dmp_include.h:22, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/dht_demosaic.cpp:25: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/misc_demosaic.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/integration/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/integration/dngsdk_glue.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/demosaic/xtrans_demosaic.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/integration/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/integration/rawspeed_glue.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/libraw_datastream.cpp:31: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/adobepano.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/canon.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/ciff.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/cr3_parser.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/epson.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/exif_gps.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/fuji.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/hasselblad_model.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/fuji.cpp: In member function ‘void LibRaw::parseFujiMakernotes(unsigned int, unsigned int, unsigned int, unsigned int)’: /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/fuji.cpp:889:6: warning: ‘ ’ directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=] void LibRaw::parseFujiMakernotes(unsigned tag, unsigned type, unsigned len, ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/fuji.cpp:918:19: note: ‘snprintf’ output 2 or more bytes (assuming 65) into a destination of size 63 snprintf(tbuf, sizeof(tbuf)-1, "%s %s", ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imgdata.shootinginfo.InternalBodySerial, words[i]); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/fuji.cpp:889:6: warning: ‘ ’ directive output may be truncated writing 1 byte into a region of size between 0 and 63 [-Wformat-truncation=] void LibRaw::parseFujiMakernotes(unsigned tag, unsigned type, unsigned len, ^~~~~~ /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/fuji.cpp:995:19: note: ‘snprintf’ output 7 or more bytes (assuming 70) into a destination of size 64 snprintf( ~~~~~~~~^ tbuf, sizeof(tbuf), "%s %s %d:%s:%s %s", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ imgdata.shootinginfo.InternalBodySerial, ystr, year, mm, dd, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ words[i] + ~~~~~~~~~~ strnlen(words[i], ~~~~~~~~~~~~~~~~~ sizeof(imgdata.shootinginfo.InternalBodySerial) - 1) - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12); ~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/identify.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/identify_tools.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/kodak.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/leica.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/makernotes.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/mediumformat.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/minolta.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/misc_parsers.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/nikon.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/normalize_model.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/olympus.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/p1.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/pentax.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/samsung.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/sony.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/metadata/tiff.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/aspect_ratio.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/mem_image.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/dcraw_process.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/postprocessing_aux.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/postprocessing_utils.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/postprocessing/postprocessing_utils_dcrdefs.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/preprocessing/../../internal/dcraw_fileio_defs.h:22, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/preprocessing/ext_preprocess.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/preprocessing/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/preprocessing/raw2image.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/preprocessing/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/preprocessing/subtract_black.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/tables/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/tables/cameralist.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/tables/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/tables/colordata.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/tables/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/tables/colorconst.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/tables/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/tables/wblists.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/curves.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/decoder_info.cpp:15: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/init_close_utils.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/open.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/phaseone_processing.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/read_utils.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/thumb_utils.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/utils_dcraw.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/utils/utils_libraw.cpp:16: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/write/../../internal/dcraw_fileio_defs.h:22, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/write/apply_profile.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/write/../../internal/dcraw_defs.h:24, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/write/file_write.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jasper.h:73:0, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/internal/defines.h:73, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/write/../../internal/libraw_cxx_defs.h:29, from /home/conan/w/prod/BuildSingleReference/.conan/data/libraw/0.21.0/_/_/build/256cce0fddeb142ffe7bd7ff86aa1619d8df3c73/src/src/write/tiff_writer.cpp:19: /home/conan/w/prod/BuildSingleReference/.conan/data/jasper/4.0.0/_/_/package/d842aff0202b0501799bde4f5b775aabcce33e8a/include/jasper/jas_config.h:117:2: warning: #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." [-Wcpp] #warning "Your code is being built against an older version of the C standard than JasPer was. Although this is supported, this may require some extra preprocessor defines when building." ^~~~~~~ libraw/0.21.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior libraw/0.21.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior