CMake Warning: Manually-specified variables were not used by the project: BUILD_EXAMPLES CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/loguru/vtkloguru/loguru.cpp: In function ‘void vtkloguru::print_preamble(char*, size_t, vtkloguru::Verbosity, const char*, unsigned int)’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/loguru/vtkloguru/loguru.cpp:1165:50: warning: ‘% 4d’ directive output may be truncated writing between 4 and 11 bytes into a region of size 5 [-Wformat-truncation=] 1165 | snprintf(level_buff, sizeof(level_buff) - 1, "% 4d", verbosity); | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/loguru/vtkloguru/loguru.cpp:1165:49: note: directive argument in the range [1, 2147483647] 1165 | snprintf(level_buff, sizeof(level_buff) - 1, "% 4d", verbosity); | ^~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/9/cstdio:42, from /usr/include/c++/9/ext/string_conversions.h:43, from /usr/include/c++/9/bits/basic_string.h:6493, from /usr/include/c++/9/string:55, from /usr/include/c++/9/bits/locale_classes.h:40, from /usr/include/c++/9/bits/ios_base.h:41, from /usr/include/c++/9/ios:42, from /usr/include/c++/9/istream:38, from /usr/include/c++/9/sstream:38, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/loguru/vtkloguru/loguru.hpp:1075, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/loguru/vtkloguru/loguru.cpp:19: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note: ‘__builtin___snprintf_chk’ output between 5 and 12 bytes into a destination of size 5 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_jpeg.c: In function ‘vtktiff_TIFFInitJPEG’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_jpeg.c:2482:29: warning: unused parameter ‘scheme’ [-Wunused-parameter] 2482 | TIFFInitJPEG(TIFF* tif, int scheme) | ~~~~^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c: In function ‘LogL16Decode’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c:183:57: warning: unused parameter ‘s’ [-Wunused-parameter] 183 | LogL16Decode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) | ~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c: In function ‘LogLuvDecode24’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c:259:59: warning: unused parameter ‘s’ [-Wunused-parameter] 259 | LogLuvDecode24(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) | ~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c: In function ‘LogLuvDecode32’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c:316:59: warning: unused parameter ‘s’ [-Wunused-parameter] 316 | LogLuvDecode32(TIFF* tif, uint8* op, tmsize_t occ, uint16 s) | ~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c: In function ‘LogL16Encode’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c:435:56: warning: unused parameter ‘s’ [-Wunused-parameter] 435 | LogL16Encode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) | ~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c: In function ‘LogLuvEncode24’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c:534:58: warning: unused parameter ‘s’ [-Wunused-parameter] 534 | LogLuvEncode24(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) | ~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c: In function ‘LogLuvEncode32’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_luv.c:586:58: warning: unused parameter ‘s’ [-Wunused-parameter] 586 | LogLuvEncode32(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) | ~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_lzw.c: In function ‘vtktiff_TIFFInitLZW’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_lzw.c:1161:28: warning: unused parameter ‘scheme’ [-Wunused-parameter] 1161 | TIFFInitLZW(TIFF* tif, int scheme) | ~~~~^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_open.c: In function ‘vtktiff_TIFFClientOpen’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_open.c:104:5: warning: variable ‘n’ set but not used [-Wunused-but-set-variable] 104 | } n; | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_pixarlog.c: In function ‘vtktiff_TIFFInitPixarLog’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/tiff/vtktiff/libtiff/tif_pixarlog.c:1395:33: warning: unused parameter ‘scheme’ [-Wunused-parameter] 1395 | TIFFInitPixarLog(TIFF* tif, int scheme) | ~~~~^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/HTMLtree.c: In function ‘htmlSaveErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/HTMLtree.c:355:5: warning: too many arguments for format [-Wformat-extra-args] 355 | __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra); | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/buf.c: In function ‘xmlBufMemoryError’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/buf.c:94:5: warning: too many arguments for format [-Wformat-extra-args] 94 | __xmlSimpleError(XML_FROM_BUFFER, XML_ERR_NO_MEMORY, NULL, NULL, extra); | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/buf.c: In function ‘xmlBufOverflowError’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/buf.c:109:5: warning: too many arguments for format [-Wformat-extra-args] 109 | __xmlSimpleError(XML_FROM_BUFFER, XML_BUF_OVERFLOW, NULL, NULL, extra); | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/encoding.c: In function ‘xmlEncodingErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/encoding.c:86:5: warning: too many arguments for format [-Wformat-extra-args] 86 | __xmlSimpleError(XML_FROM_I18N, XML_ERR_NO_MEMORY, NULL, NULL, extra); | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/entities.c: In function ‘xmlEntitiesErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/entities.c:81:5: warning: too many arguments for format [-Wformat-extra-args] 81 | __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra); | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/schematron.c: In function ‘xmlSchematronPErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/schematron.c:234:22: warning: too many arguments for format [-Wformat-extra-args] 234 | extra); | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/schematron.c: In function ‘xmlSchematronVErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/schematron.c:284:22: warning: too many arguments for format [-Wformat-extra-args] 284 | extra); | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/tree.c: In function ‘xmlTreeErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/tree.c:80:5: warning: too many arguments for format [-Wformat-extra-args] 80 | __xmlSimpleError(XML_FROM_TREE, XML_ERR_NO_MEMORY, NULL, NULL, extra); | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlIO.c: In function ‘xmlIOErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlIO.c:234:5: warning: too many arguments for format [-Wformat-extra-args] 234 | __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra); | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlsave.c: In function ‘xmlSaveErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlsave.c:110:5: warning: too many arguments for format [-Wformat-extra-args] 110 | __xmlSimpleError(XML_FROM_OUTPUT, XML_ERR_NO_MEMORY, NULL, NULL, extra); | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaPSimpleErr’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:1870:22: warning: too many arguments for format [-Wformat-extra-args] 1870 | msg); | ^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaPErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:1887:22: warning: too many arguments for format [-Wformat-extra-args] 1887 | extra); | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaVErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:2011:22: warning: too many arguments for format [-Wformat-extra-args] 2011 | extra); | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaPValAttrNodeQNameValue’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:5843:6: warning: too many arguments for format [-Wformat-extra-args] 5843 | NULL, value, NULL, NULL, NULL); | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlGetMaxOccurs’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:6059:3: warning: too many arguments for format [-Wformat-extra-args] 6059 | val, NULL, NULL, NULL); | ^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:6073:6: warning: too many arguments for format [-Wformat-extra-args] 6073 | val, NULL, NULL, NULL); | ^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:6090:6: warning: too many arguments for format [-Wformat-extra-args] 6090 | val, NULL, NULL, NULL); | ^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlGetMinOccurs’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:6125:6: warning: too many arguments for format [-Wformat-extra-args] 6125 | val, NULL, NULL, NULL); | ^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:6142:6: warning: too many arguments for format [-Wformat-extra-args] 6142 | val, NULL, NULL, NULL); | ^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaPGetBoolNodeValue’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:6186:6: warning: too many arguments for format [-Wformat-extra-args] 6186 | NULL, NULL, NULL); | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlGetBooleanProp’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:6234:6: warning: too many arguments for format [-Wformat-extra-args] 6234 | NULL, val, NULL, NULL, NULL); | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaPValAttrNodeValue’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:6338:6: warning: too many arguments for format [-Wformat-extra-args] 6338 | type, NULL, value, NULL, NULL, NULL); | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaParseWildcardNs’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:6771:6: warning: too many arguments for format [-Wformat-extra-args] 6771 | NULL, NULL, NULL); | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:6809:7: warning: too many arguments for format [-Wformat-extra-args] 6809 | nsItem, NULL, NULL, NULL); | ^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaParseLocalAttribute’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:7196:8: warning: too many arguments for format [-Wformat-extra-args] 7196 | attrValue, NULL, NULL, NULL); | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:7216:4: warning: too many arguments for format [-Wformat-extra-args] 7216 | attrValue, NULL, NULL, NULL); | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaParseElement’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:8637:4: warning: too many arguments for format [-Wformat-extra-args] 8637 | attrValue, NULL, NULL, NULL); | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:8716:4: warning: too many arguments for format [-Wformat-extra-args] 8716 | attrValue, NULL, NULL, NULL); | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:8746:7: warning: too many arguments for format [-Wformat-extra-args] 8746 | NULL, NULL, NULL); | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaParseSimpleType’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:9302:7: warning: too many arguments for format [-Wformat-extra-args] 9302 | attrValue, NULL, NULL, NULL); | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaParseSchemaElement’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:9701:3: warning: too many arguments for format [-Wformat-extra-args] 9701 | "(qualified | unqualified)", val, NULL, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:9714:3: warning: too many arguments for format [-Wformat-extra-args] 9714 | "(qualified | unqualified)", val, NULL, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:9732:3: warning: too many arguments for format [-Wformat-extra-args] 9732 | val, NULL, NULL, NULL); | ^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:9748:3: warning: too many arguments for format [-Wformat-extra-args] 9748 | val, NULL, NULL, NULL); | ^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaParseImport’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:10770:6: warning: too many arguments for format [-Wformat-extra-args] 10770 | NULL, namespaceName, NULL, NULL, NULL); | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:10781:6: warning: too many arguments for format [-Wformat-extra-args] 10781 | NULL, schemaLocation, NULL, NULL, NULL); | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaParseComplexType’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:12240:8: warning: too many arguments for format [-Wformat-extra-args] 12240 | attrValue, NULL, NULL, NULL); | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:12258:8: warning: too many arguments for format [-Wformat-extra-args] 12258 | attrValue, NULL, NULL, NULL); | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c: In function ‘xmlSchemaValidateFacets’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:24265:3: warning: too many arguments for format [-Wformat-extra-args] 24265 | value, len, type, facetLink->facet, NULL, NULL, NULL); | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:24301:3: warning: too many arguments for format [-Wformat-extra-args] 24301 | value, length, type, facetLink->facet, NULL, NULL, NULL); | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:24353:7: warning: too many arguments for format [-Wformat-extra-args] 24353 | value, 0, type, NULL, NULL, NULL, NULL); | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemas.c:24398:4: warning: too many arguments for format [-Wformat-extra-args] 24398 | value, 0, type, facet, NULL, NULL, NULL); | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemastypes.c: In function ‘xmlSchemaTypeErrMemory’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/libxml2/vtklibxml2/xmlschemastypes.c:209:5: warning: too many arguments for format [-Wformat-extra-args] 209 | __xmlSimpleError(XML_FROM_DATATYPE, XML_ERR_NO_MEMORY, node, NULL, extra); | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c: In function ‘vtkhdf5_H5_checksum_lookup3’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:409:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 409 | case 12: c+=((uint32_t)k[11])<<24; | ~^~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:410:9: note: here 410 | case 11: c+=((uint32_t)k[10])<<16; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:410:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 410 | case 11: c+=((uint32_t)k[10])<<16; | ~^~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:411:9: note: here 411 | case 10: c+=((uint32_t)k[9])<<8; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:411:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 411 | case 10: c+=((uint32_t)k[9])<<8; | ~^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:412:9: note: here 412 | case 9 : c+=k[8]; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:412:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 412 | case 9 : c+=k[8]; | ~^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:413:9: note: here 413 | case 8 : b+=((uint32_t)k[7])<<24; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:413:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 413 | case 8 : b+=((uint32_t)k[7])<<24; | ~^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:414:9: note: here 414 | case 7 : b+=((uint32_t)k[6])<<16; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:414:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 414 | case 7 : b+=((uint32_t)k[6])<<16; | ~^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:415:9: note: here 415 | case 6 : b+=((uint32_t)k[5])<<8; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:415:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 415 | case 6 : b+=((uint32_t)k[5])<<8; | ~^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:416:9: note: here 416 | case 5 : b+=k[4]; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:416:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 416 | case 5 : b+=k[4]; | ~^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:417:9: note: here 417 | case 4 : a+=((uint32_t)k[3])<<24; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:417:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 417 | case 4 : a+=((uint32_t)k[3])<<24; | ~^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:418:9: note: here 418 | case 3 : a+=((uint32_t)k[2])<<16; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:418:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 418 | case 3 : a+=((uint32_t)k[2])<<16; | ~^~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:419:9: note: here 419 | case 2 : a+=((uint32_t)k[1])<<8; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:419:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 419 | case 2 : a+=((uint32_t)k[1])<<8; | ~^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c:420:9: note: here 420 | case 1 : a+=k[0]; | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Adense.c: In function ‘H5A__dense_fnd_cb’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Adense.c:331:27: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 331 | H5A_t *old_attr = *user_attr; | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5B.c: In function ‘vtkhdf5_H5B_valid’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5B.c:2022:26: warning: variable ‘shared’ set but not used [-Wunused-but-set-variable] 2022 | H5B_shared_t *shared; /* Pointer to shared B-tree info */ | ^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5B2dbg.c: In function ‘vtkhdf5_H5B2__hdr_debug’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5B2dbg.c:90:25: warning: unused parameter ‘type’ [-Wunused-parameter] 90 | const H5B2_class_t *type, haddr_t obj_addr) | ~~~~~~~~~~~~~~~~~~~~^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5B2dbg.c:90:39: warning: unused parameter ‘obj_addr’ [-Wunused-parameter] 90 | const H5B2_class_t *type, haddr_t obj_addr) | ~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5B2dbg.c: In function ‘vtkhdf5_H5B2__int_debug’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5B2dbg.c:185:88: warning: unused parameter ‘obj_addr’ [-Wunused-parameter] 185 | const H5B2_class_t *type, haddr_t hdr_addr, unsigned nrec, unsigned depth, haddr_t obj_addr) | ~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5B2dbg.c: In function ‘vtkhdf5_H5B2__leaf_debug’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5B2dbg.c:297:72: warning: unused parameter ‘obj_addr’ [-Wunused-parameter] 297 | const H5B2_class_t *type, haddr_t hdr_addr, unsigned nrec, haddr_t obj_addr) | ~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5C.c: In function ‘vtkhdf5_H5C_flush_cache’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5C.c:1056:14: warning: variable ‘ignore_protected’ set but not used [-Wunused-but-set-variable] 1056 | hbool_t ignore_protected; | ^~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5C.c:82: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5C.c: In function ‘H5C__unpin_entry_real’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2028:13: warning: unused variable ‘err_occurred’ [-Wunused-variable] 2028 | hbool_t err_occurred = FALSE; \ | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2233:5: note: in expansion of macro ‘FUNC_ENTER_COMMON’ 2233 | FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \ | ^~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5C.c:3856:5: note: in expansion of macro ‘FUNC_ENTER_STATIC’ 3856 | FUNC_ENTER_STATIC | ^~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5C.c:3873:1: warning: label ‘done’ defined but not used [-Wunused-label] 3873 | done: | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Clog_json.c: In function ‘H5C__json_write_set_cache_config_log_msg’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Clog_json.c:1284:82: warning: unused parameter ‘config’ [-Wunused-parameter] 1284 | H5C__json_write_set_cache_config_log_msg(void *udata, const H5AC_cache_config_t *config, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5CX.c: In function ‘vtkhdf5_H5CX_set_loc’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5CX.c:1148:19: warning: unused variable ‘head’ [-Wunused-variable] 1148 | H5CX_node_t **head = H5CX_get_my_context(); /* Get the pointer to the head of the API context, for this thread */ | ^~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5CX.c:34: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5CX.c: In function ‘H5CX__pop_common’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2028:13: warning: unused variable ‘err_occurred’ [-Wunused-variable] 2028 | hbool_t err_occurred = FALSE; \ | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2233:5: note: in expansion of macro ‘FUNC_ENTER_COMMON’ 2233 | FUNC_ENTER_COMMON(H5_IS_PKG(FUNC)); \ | ^~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5CX.c:3119:5: note: in expansion of macro ‘FUNC_ENTER_STATIC’ 3119 | FUNC_ENTER_STATIC | ^~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5CX.c:3145:1: warning: label ‘done’ defined but not used [-Wunused-label] 3145 | done: | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5CX.c: At top level: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5CX.c:394:22: warning: ‘H5CX__get_context’ declared ‘static’ but never defined [-Wunused-function] 394 | static H5CX_node_t **H5CX__get_context(void); | ^~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dbtree.c: In function ‘H5D__btree_new_node’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dbtree.c:255:28: warning: unused parameter ‘f’ [-Wunused-parameter] 255 | H5D__btree_new_node(H5F_t *f, H5B_ins_t op, void *_lt_key, void *_udata, | ~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dbtree.c: In function ‘H5D__btree_insert’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dbtree.c:538:26: warning: unused parameter ‘f’ [-Wunused-parameter] 538 | H5D__btree_insert(H5F_t *f, haddr_t addr, void *_lt_key, hbool_t *lt_key_changed, | ~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dbtree.c:538:37: warning: unused parameter ‘addr’ [-Wunused-parameter] 538 | H5D__btree_insert(H5F_t *f, haddr_t addr, void *_lt_key, hbool_t *lt_key_changed, | ~~~~~~~~^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘H5D__chunk_init’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:932:26: warning: unused variable ‘sc’ [-Wunused-variable] 932 | H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘vtkhdf5_H5D__chunk_is_space_alloc’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:1033:32: warning: unused variable ‘sc’ [-Wunused-variable] 1033 | const H5O_storage_chunk_t *sc = &(storage->u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘H5D__chunk_dest’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:2605:26: warning: unused variable ‘sc’ [-Wunused-variable] 2605 | H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘vtkhdf5_H5D__chunk_create’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:2811:26: warning: unused variable ‘sc’ [-Wunused-variable] 2811 | H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘vtkhdf5_H5D__chunk_lookup’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:2906:26: warning: unused variable ‘sc’ [-Wunused-variable] 2906 | H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘H5D__chunk_flush_entry’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:3050:26: warning: unused variable ‘sc’ [-Wunused-variable] 3050 | H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘vtkhdf5_H5D__chunk_allocated’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:3967:26: warning: unused variable ‘sc’ [-Wunused-variable] 3967 | H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘vtkhdf5_H5D__chunk_allocate’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:4139:32: warning: cast between incompatible function types from ‘void * (*)(void *, const H5O_pline_t *)’ {aka ‘void * (*)(void *, const struct H5O_pline_t *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 4139 | (void *)pline, (H5MM_free_t)H5D__chunk_mem_xfree, (void *)pline, | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:4050:32: warning: unused variable ‘sc’ [-Wunused-variable] 4050 | const H5O_storage_chunk_t *sc = &(layout->storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘vtkhdf5_H5D__chunk_update_old_edge_chunks’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:4493:32: warning: unused variable ‘sc’ [-Wunused-variable] 4493 | const H5O_storage_chunk_t *sc = &(layout->storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:4482:24: warning: unused variable ‘pline’ [-Wunused-variable] 4482 | const H5O_pline_t *pline = &(dset->shared->dcpl_cache.pline); /* I/O pipeline info */ | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘vtkhdf5_H5D__chunk_prune_by_extent’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:5041:32: warning: unused variable ‘sc’ [-Wunused-variable] 5041 | const H5O_storage_chunk_t *sc = &(layout->storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘vtkhdf5_H5D__chunk_delete’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:5444:26: warning: unused variable ‘sc’ [-Wunused-variable] 5444 | H5O_storage_chunk_t *sc = &(storage->u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘vtkhdf5_H5D__chunk_bh_info’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:6158:26: warning: unused variable ‘sc’ [-Wunused-variable] 6158 | H5O_storage_chunk_t *sc = &(layout->storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c: In function ‘vtkhdf5_H5D__chunk_dump_index’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c:6280:26: warning: unused variable ‘sc’ [-Wunused-variable] 6280 | H5O_storage_chunk_t *sc = &(dset->shared->layout.storage.u.chunk); | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/theora/vtktheora/lib/decode.c: In function ‘vtktheora_th_decode_alloc’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/theora/vtktheora/lib/decode.c:400:49: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations] 400 | qsum+=_dec->state.dequant_tables[qti][pli][qi][12]+ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/theora/vtktheora/lib/decode.c:396:3: note: within this loop 396 | for(qi=0;qi<64;qi++){ | ^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dint.c:117:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration] 117 | const static char *H5D_prefix_ext_env = NULL; | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dint.c:118:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration] 118 | const static char *H5D_prefix_vds_env = NULL; | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dint.c: In function ‘H5D__use_minimized_dset_headers’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dint.c:669:21: warning: unused variable ‘plist’ [-Wunused-variable] 669 | H5P_genplist_t *plist = NULL; | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dint.c:667:53: warning: unused parameter ‘dset’ [-Wunused-parameter] 667 | H5D__use_minimized_dset_headers(H5F_t *file, H5D_t *dset, hbool_t *minimize) | ~~~~~~~^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dint.c: In function ‘H5D__build_file_prefix’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dint.c:1079:22: warning: unused variable ‘plist’ [-Wunused-variable] 1079 | H5P_genplist_t *plist = NULL; /* Property list pointer */ | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dnone.c: In function ‘H5D__none_idx_copy_setup’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dnone.c:380:52: warning: unused parameter ‘idx_info_src’ [-Wunused-parameter] 380 | H5D__none_idx_copy_setup(const H5D_chk_idx_info_t *idx_info_src, | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dsingle.c: In function ‘H5D__single_idx_copy_setup’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Dsingle.c:440:54: warning: unused parameter ‘idx_info_src’ [-Wunused-parameter] 440 | H5D__single_idx_copy_setup(const H5D_chk_idx_info_t *idx_info_src, | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5E.c:52: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5E.c: In function ‘vtkhdf5_H5Epush2’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1509:37: warning: implicit declaration of function ‘vasprintf’; did you mean ‘vsprintf’? [-Wimplicit-function-declaration] 1509 | #define HDvasprintf(RET,FMT,A) vasprintf(RET,FMT,A) | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5E.c:1390:8: note: in expansion of macro ‘HDvasprintf’ 1390 | if(HDvasprintf(&tmp, fmt, ap) < 0) | ^~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Eint.c:35: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Eint.c: In function ‘vtkhdf5_H5E_walk’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2028:13: warning: unused variable ‘err_occurred’ [-Wunused-variable] 2028 | hbool_t err_occurred = FALSE; \ | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2146:5: note: in expansion of macro ‘FUNC_ENTER_COMMON’ 2146 | FUNC_ENTER_COMMON(!H5_IS_API(FUNC)); \ | ^~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Eint.c:515:5: note: in expansion of macro ‘FUNC_ENTER_NOAPI_NOINIT’ 515 | FUNC_ENTER_NOAPI_NOINIT | ^~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Eint.c:584:1: warning: label ‘done’ defined but not used [-Wunused-label] 584 | done: | ^~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Eint.c:35: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Eint.c: In function ‘vtkhdf5_H5E_printf_stack’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1509:37: warning: implicit declaration of function ‘vasprintf’; did you mean ‘vsprintf’? [-Wimplicit-function-declaration] 1509 | #define HDvasprintf(RET,FMT,A) vasprintf(RET,FMT,A) | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Eint.c:710:8: note: in expansion of macro ‘HDvasprintf’ 710 | if(HDvasprintf(&tmp, fmt, ap) < 0) | ^~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5EAcache.c:40: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5EAcache.c: In function ‘H5EA__cache_dblock_deserialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5EAcache.c:1542:59: warning: unused parameter ‘len’ [-Wunused-parameter] 1542 | H5EA__cache_dblock_deserialize(const void *_image, size_t len, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2488:1: note: in definition of macro ‘BEGIN_FUNC’ 2488 | func \ | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5EAcache.c: In function ‘H5EA__cache_dblk_page_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5EAcache.c:2078:46: warning: unused parameter ‘f’ [-Wunused-parameter] 2078 | H5EA__cache_dblk_page_serialize(const H5F_t *f, void *_image, size_t H5_ATTR_UNUSED len, | ~~~~~~~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2488:1: note: in definition of macro ‘BEGIN_FUNC’ 2488 | func \ | ^~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5public.h:32, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:27, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper.c:24: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper.c: In function ‘vtkhdf5_H5F__super_init’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/vtk_hdf5_mangle.h:1882:33: warning: implicit declaration of function ‘vtkhdf5_H5O__fsinfo_set_version’; did you mean ‘vtkhdf5_H5O_pline_set_version’? [-Wimplicit-function-declaration] 1882 | #define H5O__fsinfo_set_version vtkhdf5_H5O__fsinfo_set_version | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper.c:1397:16: note: in expansion of macro ‘H5O__fsinfo_set_version’ 1397 | if(H5O__fsinfo_set_version(f, &fsinfo) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c: In function ‘H5F__cache_superblock_get_final_load_size’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c:348:70: warning: unused parameter ‘image_len’ [-Wunused-parameter] 348 | H5F__cache_superblock_get_final_load_size(const void *_image, size_t image_len, | ~~~~~~~^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c: In function ‘H5F__cache_superblock_deserialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c:438:62: warning: unused parameter ‘len’ [-Wunused-parameter] 438 | H5F__cache_superblock_deserialize(const void *_image, size_t len, void *_udata, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c: In function ‘H5F__cache_drvrinfo_get_final_load_size’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c:871:68: warning: unused parameter ‘image_len’ [-Wunused-parameter] 871 | H5F__cache_drvrinfo_get_final_load_size(const void *_image, size_t image_len, | ~~~~~~~^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c: In function ‘H5F__cache_drvrinfo_deserialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c:915:60: warning: unused parameter ‘len’ [-Wunused-parameter] 915 | H5F__cache_drvrinfo_deserialize(const void *_image, size_t len, void *_udata, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c: In function ‘H5F__cache_drvrinfo_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c:1010:68: warning: unused parameter ‘len’ [-Wunused-parameter] 1010 | H5F__cache_drvrinfo_serialize(const H5F_t *f, void *_image, size_t len, | ~~~~~~~^~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FAcache.c:40: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FAcache.c: In function ‘H5FA__cache_hdr_deserialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FAcache.c:255:56: warning: unused parameter ‘len’ [-Wunused-parameter] 255 | H5FA__cache_hdr_deserialize(const void *_image, size_t len, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2488:1: note: in definition of macro ‘BEGIN_FUNC’ 2488 | func \ | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FAcache.c: In function ‘H5FA__cache_dblock_deserialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FAcache.c:652:59: warning: unused parameter ‘len’ [-Wunused-parameter] 652 | H5FA__cache_dblock_deserialize(const void *_image, size_t len, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2488:1: note: in definition of macro ‘BEGIN_FUNC’ 2488 | func \ | ^~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FAcache.c: In function ‘H5FA__cache_dblk_page_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FAcache.c:1178:46: warning: unused parameter ‘f’ [-Wunused-parameter] 1178 | H5FA__cache_dblk_page_serialize(const H5F_t *f, void *_image, size_t H5_ATTR_UNUSED len, | ~~~~~~~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2488:1: note: in definition of macro ‘BEGIN_FUNC’ 2488 | func \ | ^~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5public.h:32, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:27, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FDdirect.c:26: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/vtk_hdf5_mangle.h:979:28: warning: ‘vtkhdf5_H5FD__init_package’ declared ‘static’ but never defined [-Wunused-function] 979 | #define H5FD__init_package vtkhdf5_H5FD__init_package | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1566:28: note: in expansion of macro ‘H5FD__init_package’ 1566 | #define H5_GLUE(x,y) x##y | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1977:35: note: in expansion of macro ‘H5_GLUE’ 1977 | #define H5_PACKAGE_INIT_FUNC(x) H5_GLUE(x, __init_package) | ^~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2371:52: note: in expansion of macro ‘H5_PACKAGE_INIT_FUNC’ 2371 | #define H5_PKG_DECLARE_YES_FUNC(pkg) static herr_t H5_PACKAGE_INIT_FUNC(pkg)(void); | ^~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1567:28: note: in expansion of macro ‘H5_PKG_DECLARE_YES_FUNC’ 1567 | #define H5_GLUE3(x,y,z) x##y##z | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2386:1: note: in expansion of macro ‘H5_PKG_DECLARE_FUNC’ 2386 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2386:37: note: in expansion of macro ‘H5_MY_PKG’ 2386 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FDhdfs.c: In function ‘vtkhdf5_H5FD_hdfs_init’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FDhdfs.c:584:18: warning: unused variable ‘bin_i’ [-Wunused-variable] 584 | unsigned int bin_i; | ^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FDlog.c: In function ‘H5FD_log_open’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FDlog.c:630:95: warning: ‘stat_timeval_diff.tv_usec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 630 | HDfprintf(file->logfp, "Stat took: (%f s)\n", (double)stat_timeval_diff.tv_sec + ((double)stat_timeval_diff.tv_usec / (double)1000000.0f)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FDlog.c:630:59: warning: ‘stat_timeval_diff.tv_sec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 630 | HDfprintf(file->logfp, "Stat took: (%f s)\n", (double)stat_timeval_diff.tv_sec + ((double)stat_timeval_diff.tv_usec / (double)1000000.0f)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FDlog.c:628:95: warning: ‘open_timeval_diff.tv_usec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 628 | HDfprintf(file->logfp, "Open took: (%f s)\n", (double)open_timeval_diff.tv_sec + ((double)open_timeval_diff.tv_usec / (double)1000000.0f)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FDlog.c:628:59: warning: ‘open_timeval_diff.tv_sec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 628 | HDfprintf(file->logfp, "Open took: (%f s)\n", (double)open_timeval_diff.tv_sec + ((double)open_timeval_diff.tv_usec / (double)1000000.0f)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5public.h:32, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:27, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FDmpio.c:25: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/vtk_hdf5_mangle.h:979:28: warning: ‘vtkhdf5_H5FD__init_package’ declared ‘static’ but never defined [-Wunused-function] 979 | #define H5FD__init_package vtkhdf5_H5FD__init_package | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1566:28: note: in expansion of macro ‘H5FD__init_package’ 1566 | #define H5_GLUE(x,y) x##y | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1977:35: note: in expansion of macro ‘H5_GLUE’ 1977 | #define H5_PACKAGE_INIT_FUNC(x) H5_GLUE(x, __init_package) | ^~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2371:52: note: in expansion of macro ‘H5_PACKAGE_INIT_FUNC’ 2371 | #define H5_PKG_DECLARE_YES_FUNC(pkg) static herr_t H5_PACKAGE_INIT_FUNC(pkg)(void); | ^~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1567:28: note: in expansion of macro ‘H5_PKG_DECLARE_YES_FUNC’ 1567 | #define H5_GLUE3(x,y,z) x##y##z | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2386:1: note: in expansion of macro ‘H5_PKG_DECLARE_FUNC’ 2386 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2386:37: note: in expansion of macro ‘H5_MY_PKG’ 2386 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5public.h:32, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:27, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FDros3.c:28: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/vtk_hdf5_mangle.h:979:28: warning: ‘vtkhdf5_H5FD__init_package’ declared ‘static’ but never defined [-Wunused-function] 979 | #define H5FD__init_package vtkhdf5_H5FD__init_package | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1566:28: note: in expansion of macro ‘H5FD__init_package’ 1566 | #define H5_GLUE(x,y) x##y | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1977:35: note: in expansion of macro ‘H5_GLUE’ 1977 | #define H5_PACKAGE_INIT_FUNC(x) H5_GLUE(x, __init_package) | ^~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2371:52: note: in expansion of macro ‘H5_PACKAGE_INIT_FUNC’ 2371 | #define H5_PKG_DECLARE_YES_FUNC(pkg) static herr_t H5_PACKAGE_INIT_FUNC(pkg)(void); | ^~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1567:28: note: in expansion of macro ‘H5_PKG_DECLARE_YES_FUNC’ 1567 | #define H5_GLUE3(x,y,z) x##y##z | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2386:1: note: in expansion of macro ‘H5_PKG_DECLARE_FUNC’ 2386 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2386:37: note: in expansion of macro ‘H5_MY_PKG’ 2386 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/vtk_hdf5_mangle.h:978:21: warning: ‘vtkhdf5_H5FD_init_g’ defined but not used [-Wunused-variable] 978 | #define H5FD_init_g vtkhdf5_H5FD_init_g | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1566:28: note: in expansion of macro ‘H5FD_init_g’ 1566 | #define H5_GLUE(x,y) x##y | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1976:35: note: in expansion of macro ‘H5_GLUE’ 1976 | #define H5_PACKAGE_INIT_VAR(x) H5_GLUE(x, _init_g) | ^~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2379:56: note: in expansion of macro ‘H5_PACKAGE_INIT_VAR’ 2379 | #define H5_PKG_DECLARE_VAR(pkg) static hbool_t H5_PACKAGE_INIT_VAR(pkg); | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2385:1: note: in expansion of macro ‘H5_PKG_DECLARE_VAR’ 2385 | H5_PKG_DECLARE_VAR(H5_MY_PKG) | ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:2385:20: note: in expansion of macro ‘H5_MY_PKG’ 2385 | H5_PKG_DECLARE_VAR(H5_MY_PKG) | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FS.c: In function ‘vtkhdf5_H5FS_size’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FS.c:667:24: warning: unused parameter ‘f’ [-Wunused-parameter] 667 | H5FS_size(const H5F_t *f, const H5FS_t *fspace, hsize_t *meta_size) | ~~~~~~~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c: In function ‘H5FS__cache_hdr_deserialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:243:56: warning: unused parameter ‘len’ [-Wunused-parameter] 243 | H5FS__cache_hdr_deserialize(const void *_image, size_t len, void *_udata, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c: In function ‘H5FS__cache_hdr_pre_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:406:55: warning: unused parameter ‘new_addr’ [-Wunused-parameter] 406 | haddr_t addr, size_t H5_ATTR_UNUSED len, haddr_t *new_addr, size_t *new_len, | ~~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:406:73: warning: unused parameter ‘new_len’ [-Wunused-parameter] 406 | haddr_t addr, size_t H5_ATTR_UNUSED len, haddr_t *new_addr, size_t *new_len, | ~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c: In function ‘H5FS__cache_hdr_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:675:64: warning: unused parameter ‘len’ [-Wunused-parameter] 675 | H5FS__cache_hdr_serialize(const H5F_t *f, void *_image, size_t len, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c: In function ‘H5FS__cache_sinfo_deserialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:1009:17: warning: variable ‘old_tot_space’ set but not used [-Wunused-but-set-variable] 1009 | hsize_t old_tot_space; /* Total space managed from header */ | ^~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:1008:17: warning: variable ‘old_ghost_sect_count’ set but not used [-Wunused-but-set-variable] 1008 | hsize_t old_ghost_sect_count; /* Total ghost section count from header */ | ^~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:1007:17: warning: variable ‘old_serial_sect_count’ set but not used [-Wunused-but-set-variable] 1007 | hsize_t old_serial_sect_count; /* Total serializable section count from header */ | ^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:1006:17: warning: variable ‘old_tot_sect_count’ set but not used [-Wunused-but-set-variable] 1006 | hsize_t old_tot_sect_count; /* Total section count from header */ | ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:961:58: warning: unused parameter ‘len’ [-Wunused-parameter] 961 | H5FS__cache_sinfo_deserialize(const void *_image, size_t len, void *_udata, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:962:14: warning: unused parameter ‘dirty’ [-Wunused-parameter] 962 | hbool_t *dirty) | ~~~~~~~~~^~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c: In function ‘H5FS__cache_sinfo_image_len’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:1115:19: warning: variable ‘fspace’ set but not used [-Wunused-but-set-variable] 1115 | const H5FS_t *fspace; /* Free space header */ | ^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c: In function ‘H5FS__cache_sinfo_pre_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:1154:12: warning: unused parameter ‘len’ [-Wunused-parameter] 1154 | size_t len, haddr_t *new_addr, size_t *new_len, unsigned *flags) | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:1154:44: warning: unused parameter ‘new_len’ [-Wunused-parameter] 1154 | size_t len, haddr_t *new_addr, size_t *new_len, unsigned *flags) | ~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c: In function ‘H5FS__cache_sinfo_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:1245:26: warning: variable ‘fspace’ set but not used [-Wunused-but-set-variable] 1245 | H5FS_t *fspace; /* Free space header */ | ^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:1241:66: warning: unused parameter ‘len’ [-Wunused-parameter] 1241 | H5FS__cache_sinfo_serialize(const H5F_t *f, void *_image, size_t len, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c: In function ‘H5FS__cache_sinfo_free_icr’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c:1392:26: warning: variable ‘fspace’ set but not used [-Wunused-but-set-variable] 1392 | H5FS_t *fspace; /* Free space header */ | ^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c: In function ‘H5G_build_fullpath’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:292:12: warning: variable ‘orig_path_len’ set but not used [-Wunused-but-set-variable] 292 | size_t orig_path_len; /* Original length of the path */ | ^~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:58, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:35: In function ‘strncat’, inlined from ‘H5G_name_move_path’ at /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:769:13, inlined from ‘H5G_name_replace_cb’ at /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:1026:24, inlined from ‘H5G_name_replace_cb’ at /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:797:1: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:35: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c: In function ‘H5G_name_replace_cb’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1365:28: note: length computed here 1365 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:715:23: note: in expansion of macro ‘HDstrlen’ 715 | full_suffix_len = HDstrlen(full_suffix); | ^~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:58, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:35: In function ‘strncat’, inlined from ‘H5G_name_replace_cb’ at /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:1038:17, inlined from ‘H5G_name_replace_cb’ at /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:797:1: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:35: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c: In function ‘H5G_name_replace_cb’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:1365:28: note: length computed here 1365 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c:1022:35: note: in expansion of macro ‘HDstrlen’ 1022 | full_suffix_len = HDstrlen(full_suffix); | ^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gnode.c: In function ‘H5G_node_remove’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Gnode.c:770:22: warning: unused variable ‘lt_key’ [-Wunused-variable] 770 | H5G_node_key_t *lt_key = (H5G_node_key_t *)_lt_key; | ^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c: In function ‘H5HF__cache_hdr_get_final_load_size’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c:406:64: warning: unused parameter ‘image_len’ [-Wunused-parameter] 406 | H5HF__cache_hdr_get_final_load_size(const void *_image, size_t image_len, | ~~~~~~~^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c: In function ‘H5HF__cache_hdr_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c:752:64: warning: unused parameter ‘len’ [-Wunused-parameter] 752 | H5HF__cache_hdr_serialize(const H5F_t *f, void *_image, size_t len, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c: In function ‘H5HF__cache_iblock_deserialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c:982:59: warning: unused parameter ‘len’ [-Wunused-parameter] 982 | H5HF__cache_iblock_deserialize(const void *_image, size_t len, void *_udata, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c: In function ‘H5HF__cache_iblock_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c:1329:67: warning: unused parameter ‘len’ [-Wunused-parameter] 1329 | H5HF__cache_iblock_serialize(const H5F_t *f, void *_image, size_t len, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c: In function ‘H5HF__cache_iblock_notify’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c:1475:18: warning: variable ‘indir_idx’ set but not used [-Wunused-but-set-variable] 1475 | unsigned indir_idx; /* Index in parent's child iblock pointer array */ | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c:1474:26: warning: unused variable ‘par_iblock’ [-Wunused-variable] 1474 | H5HF_indirect_t *par_iblock = iblock->parent; | ^~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c: In function ‘H5HF__cache_dblock_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c:2441:43: warning: unused parameter ‘f’ [-Wunused-parameter] 2441 | H5HF__cache_dblock_serialize(const H5F_t *f, void *image, size_t len, | ~~~~~~~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c:2441:66: warning: unused parameter ‘len’ [-Wunused-parameter] 2441 | H5HF__cache_dblock_serialize(const H5F_t *f, void *image, size_t len, | ~~~~~~~^~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5public.h:32, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:27, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFhuge.c:35: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFhuge.c: In function ‘vtkhdf5_H5HF__huge_write’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/vtk_hdf5_mangle.h:932:25: warning: ‘obj_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] 932 | #define H5F_block_write vtkhdf5_H5F_block_write | ^~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFhuge.c:841:12: note: ‘obj_size’ was declared here 841 | size_t obj_size; /* Object's size in the file */ | ^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFsection.c: In function ‘H5HF__sect_single_valid’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFsection.c:1190:20: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] 1190 | herr_t status; /* Generic status value */ | ^~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFsection.c:1188:20: warning: variable ‘dblock_overhead’ set but not used [-Wunused-but-set-variable] 1188 | size_t dblock_overhead; /* Direct block's overhead */ | ^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFsection.c: In function ‘H5HF__sect_row_valid’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFsection.c:2041:14: warning: variable ‘indir_idx’ set but not used [-Wunused-but-set-variable] 2041 | unsigned indir_idx; /* Index of row in underlying indirect section's row array */ | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFsection.c: In function ‘H5HF_sect_indirect_valid’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFsection.c:4136:44: warning: variable ‘tmp_row_sect2’ set but not used [-Wunused-but-set-variable] 4136 | const H5HF_free_section_t *tmp_row_sect2; /* Pointer to row section */ | ^~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFsection.c:4128:40: warning: variable ‘tmp_row_sect’ set but not used [-Wunused-but-set-variable] 4128 | const H5HF_free_section_t *tmp_row_sect; /* Pointer to row section */ | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HFsection.c:4163:44: warning: variable ‘tmp_child_sect2’ set but not used [-Wunused-but-set-variable] 4163 | const H5HF_free_section_t *tmp_child_sect2; /* Pointer to child indirect section */ | ^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HGcache.c: In function ‘H5HG__cache_heap_get_final_load_size’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HGcache.c:205:64: warning: unused parameter ‘image_len’ [-Wunused-parameter] 205 | H5HG__cache_heap_get_final_load_size(const void *image, size_t image_len, | ~~~~~~~^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HGcache.c: In function ‘H5HG__cache_heap_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HGcache.c:435:41: warning: unused parameter ‘f’ [-Wunused-parameter] 435 | H5HG__cache_heap_serialize(const H5F_t *f, void *image, size_t len, | ~~~~~~~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HGcache.c: In function ‘H5HG__cache_heap_get_final_load_size’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HGcache.c:225:17: warning: ‘*((void *)&heap+264)’ may be used uninitialized in this function [-Wmaybe-uninitialized] 225 | *actual_len = heap.size; | ~~~~~~~~~~~~^~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HLcache.c: In function ‘H5HL__cache_prefix_get_final_load_size’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HLcache.c:366:67: warning: unused parameter ‘image_len’ [-Wunused-parameter] 366 | H5HL__cache_prefix_get_final_load_size(const void *_image, size_t image_len, | ~~~~~~~^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HLcache.c: In function ‘H5HL__cache_prefix_deserialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HLcache.c:417:59: warning: unused parameter ‘len’ [-Wunused-parameter] 417 | H5HL__cache_prefix_deserialize(const void *_image, size_t len, void *_udata, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HLcache.c: In function ‘H5HL__cache_prefix_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HLcache.c:557:43: warning: unused parameter ‘f’ [-Wunused-parameter] 557 | H5HL__cache_prefix_serialize(const H5F_t *f, void *_image, size_t len, | ~~~~~~~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HLcache.c: In function ‘H5HL__cache_datablock_serialize’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HLcache.c:828:46: warning: unused parameter ‘f’ [-Wunused-parameter] 828 | H5HL__cache_datablock_serialize(const H5F_t *f, void *image, size_t len, | ~~~~~~~~~~~~~^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5HLcache.c:828:69: warning: unused parameter ‘len’ [-Wunused-parameter] 828 | H5HL__cache_datablock_serialize(const H5F_t *f, void *image, size_t len, | ~~~~~~~^~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5I.c: In function ‘vtkhdf5_H5Iregister_type’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5I.c:199:25: warning: unused parameter ‘hash_size’ [-Wunused-parameter] 199 | H5Iregister_type(size_t hash_size, unsigned reserved, H5I_free_t free_func) | ~~~~~~~^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5I.c: At top level: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5I.c:125:12: warning: ‘H5I__debug_cb’ declared ‘static’ but never defined [-Wunused-function] 125 | static int H5I__debug_cb(void *_item, void *_key, void *_udata); | ^~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5O.c: In function ‘vtkhdf5_H5Oget_info_by_idx’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5O.c:1165:17: warning: unused variable ‘obj_oloc’ [-Wunused-variable] 1165 | H5O_loc_t obj_oloc; /* Opened object object location */ | ^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5O.c:1164:17: warning: unused variable ‘obj_path’ [-Wunused-variable] 1164 | H5G_name_t obj_path; /* Opened object group hier. path */ | ^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oainfo.c: In function ‘H5O__ainfo_delete’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oainfo.c:337:36: warning: unused parameter ‘open_oh’ [-Wunused-parameter] 337 | H5O__ainfo_delete(H5F_t *f, H5O_t *open_oh, void *_mesg) | ~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oainfo.c: In function ‘H5O__ainfo_copy_file’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oainfo.c:408:29: warning: unused parameter ‘file_src’ [-Wunused-parameter] 408 | H5O__ainfo_copy_file(H5F_t *file_src, void *mesg_src, H5F_t *file_dst, | ~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oainfo.c:410:17: warning: unused parameter ‘cpy_info’ [-Wunused-parameter] 410 | H5O_copy_t *cpy_info, void H5_ATTR_UNUSED *udata) | ~~~~~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ocache_image.c: In function ‘H5O__mdci_delete’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ocache_image.c:278:35: warning: unused parameter ‘open_oh’ [-Wunused-parameter] 278 | H5O__mdci_delete(H5F_t *f, H5O_t *open_oh, void *_mesg) | ~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Odeprec.c: In function ‘vtkhdf5_H5Oget_info_by_idx1’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Odeprec.c:175:17: warning: unused variable ‘obj_oloc’ [-Wunused-variable] 175 | H5O_loc_t obj_oloc; /* Opened object object location */ | ^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Odeprec.c:174:17: warning: unused variable ‘obj_path’ [-Wunused-variable] 174 | H5G_name_t obj_path; /* Opened object group hier. path */ | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ofill.c:70: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oshared.h: In function ‘H5O_fill_shared_post_copy_file’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oshared.h:384:44: warning: unused parameter ‘oloc_src’ [-Wunused-parameter] 384 | H5O_SHARED_POST_COPY_FILE(const H5O_loc_t *oloc_src, const void *mesg_src, | ~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ofill.c:106: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oshared.h: In function ‘H5O_fill_new_shared_post_copy_file’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oshared.h:384:44: warning: unused parameter ‘oloc_src’ [-Wunused-parameter] 384 | H5O_SHARED_POST_COPY_FILE(const H5O_loc_t *oloc_src, const void *mesg_src, | ~~~~~~~~~~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ofill.c: In function ‘H5O_fill_old_decode’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ofill.c:347:71: warning: ordered comparison of pointer with integer zero [-Wpedantic] 347 | if((dt = H5O_msg_read_oh(f, open_oh, H5O_DTYPE_ID, NULL)) < 0) | ^ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ofill.c:350:27: warning: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 350 | if(fill->size != H5T_GET_SIZE(dt)) | ^~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ofsinfo.c: In function ‘H5O_fsinfo_decode’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ofsinfo.c:130:35: warning: ‘threshold’ may be used uninitialized in this function [-Wmaybe-uninitialized] 130 | fsinfo->threshold = threshold; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oint.c: In function ‘vtkhdf5_H5O_create’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oint.c:288:17: warning: unused variable ‘store_msg_crt_idx’ [-Wunused-variable] 288 | hbool_t store_msg_crt_idx; /* Whether to always store message crea tion indices for this file */ | ^~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oint.c:287:17: warning: unused variable ‘insert_flags’ [-Wunused-variable] 287 | unsigned insert_flags = H5AC__NO_FLAGS_SET; /* Flags for inserting objec t header into cache */ | ^~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oint.c:286:16: warning: unused variable ‘oh_flags’ [-Wunused-variable] 286 | uint8_t oh_flags; /* Object header's initial status flags */ | ^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oint.c:285:17: warning: unused variable ‘oh_size’ [-Wunused-variable] 285 | size_t oh_size; /* Size of initial object header */ | ^~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oint.c:284:17: warning: unused variable ‘oh_addr’ [-Wunused-variable] 284 | haddr_t oh_addr; /* Address of initial object header */ | ^~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oint.c:281:22: warning: unused variable ‘oc_plist’ [-Wunused-variable] 281 | H5P_genplist_t *oc_plist; /* Object creation property list */ | ^~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5public.h:32, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:27, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oint.c:33: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oint.c: In function ‘vtkhdf5_H5O__create_ohdr’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/vtk_hdf5_mangle.h:408:29: warning: implicit declaration of function ‘vtkhdf5_H5CX_get_ohdr_flags’; did you mean ‘vtkhdf5_H5O_get_oh_flags’? [-Wimplicit-function-declaration] 408 | #define H5CX_get_ohdr_flags vtkhdf5_H5CX_get_ohdr_flags | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oint.c:358:12: note: in expansion of macro ‘H5CX_get_ohdr_flags’ 358 | if(H5CX_get_ohdr_flags(&oh_flags) < 0) | ^~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5public.h:32, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5private.h:27, from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Olayout.c:24: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Olayout.c: In function ‘H5O__layout_decode’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/vtk_hdf5_mangle.h:1801:21: warning: ‘tmp_hsize’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1801 | #define H5MM_calloc vtkhdf5_H5MM_calloc | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Olayout.c:397:29: note: ‘tmp_hsize’ was declared here 397 | hsize_t tmp_hsize; | ^~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Omessage.c: In function ‘vtkhdf5_H5O_msg_reset_share’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Omessage.c:1691:28: warning: variable ‘type’ set but not used [-Wunused-but-set-variable] 1691 | const H5O_msg_class_t *type; /* Actual H5O class type for the ID */ | ^~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Opline.c:66: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oshared.h: In function ‘H5O_pline_shared_post_copy_file’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oshared.h:384:44: warning: unused parameter ‘oloc_src’ [-Wunused-parameter] 384 | H5O_SHARED_POST_COPY_FILE(const H5O_loc_t *oloc_src, const void *mesg_src, | ~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Osdspace.c:59: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oshared.h: In function ‘H5O_sdspace_shared_post_copy_file’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Oshared.h:384:44: warning: unused parameter ‘oloc_src’ [-Wunused-parameter] 384 | H5O_SHARED_POST_COPY_FILE(const H5O_loc_t *oloc_src, const void *mesg_src, | ~~~~~~~~~~~~~~~~~^~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c: In function ‘H5P__dacc_reg_prop’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c:52:49: warning: passing argument 8 of ‘vtkhdf5_H5P_register_real’ from incompatible pointer type [-Wincompatible-pointer-types] 52 | #define H5D_ACS_DATA_CACHE_NUM_SLOTS_ENC H5P__encode_chunk_cache_nslots | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | herr_t (*)(const void *, void **, size_t *, void *) {aka int (*)(const void *, void **, long unsigned int *, void *)} /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c:208:32: note: in expansion of macro ‘H5D_ACS_DATA_CACHE_NUM_SLOTS_ENC’ 208 | NULL, NULL, NULL, H5D_ACS_DATA_CACHE_NUM_SLOTS_ENC, H5D_ACS_DATA_CACHE_NUM_SLOTS_DEC, NULL, NULL, NULL, NULL) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c:40: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ppkg.h:141:27: note: expected ‘H5P_prp_encode_func_t’ {aka ‘int (*)(const void *, void **, long unsigned int *)’} but argument is of type ‘herr_t (*)(const void *, void **, size_t *, void *)’ {aka ‘int (*)(const void *, void **, long unsigned int *, void *)’} 141 | H5P_prp_encode_func_t prp_encode, H5P_prp_decode_func_t prp_decode, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c:57:49: warning: passing argument 8 of ‘vtkhdf5_H5P_register_real’ from incompatible pointer type [-Wincompatible-pointer-types] 57 | #define H5D_ACS_DATA_CACHE_BYTE_SIZE_ENC H5P__encode_chunk_cache_nbytes | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | herr_t (*)(const void *, void **, size_t *, void *) {aka int (*)(const void *, void **, long unsigned int *, void *)} /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c:213:32: note: in expansion of macro ‘H5D_ACS_DATA_CACHE_BYTE_SIZE_ENC’ 213 | NULL, NULL, NULL, H5D_ACS_DATA_CACHE_BYTE_SIZE_ENC, H5D_ACS_DATA_CACHE_BYTE_SIZE_DEC, NULL, NULL, NULL, NULL) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c:40: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ppkg.h:141:27: note: expected ‘H5P_prp_encode_func_t’ {aka ‘int (*)(const void *, void **, long unsigned int *)’} but argument is of type ‘herr_t (*)(const void *, void **, size_t *, void *)’ {aka ‘int (*)(const void *, void **, long unsigned int *, void *)’} 141 | H5P_prp_encode_func_t prp_encode, H5P_prp_decode_func_t prp_decode, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c:79:49: warning: passing argument 8 of ‘vtkhdf5_H5P_register_real’ from incompatible pointer type [-Wincompatible-pointer-types] 79 | #define H5D_ACS_VDS_PREFIX_ENC H5P__dapl_vds_file_pref_enc | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | herr_t (*)(const void *, void **, size_t *, void *) {aka int (*)(const void *, void **, long unsigned int *, void *)} /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c:235:67: note: in expansion of macro ‘H5D_ACS_VDS_PREFIX_ENC’ 235 | NULL, H5D_ACS_VDS_PREFIX_SET, H5D_ACS_VDS_PREFIX_GET, H5D_ACS_VDS_PREFIX_ENC, H5D_ACS_VDS_PREFIX_DEC, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c:40: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ppkg.h:141:27: note: expected ‘H5P_prp_encode_func_t’ {aka ‘int (*)(const void *, void **, long unsigned int *)’} but argument is of type ‘herr_t (*)(const void *, void **, size_t *, void *)’ {aka ‘int (*)(const void *, void **, long unsigned int *, void *)’} 141 | H5P_prp_encode_func_t prp_encode, H5P_prp_decode_func_t prp_decode, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pfapl.c: In function ‘H5P__facc_reg_prop’: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pfapl.c:148:45: warning: passing argument 8 of ‘vtkhdf5_H5P_register_real’ from incompatible pointer type [-Wincompatible-pointer-types] 148 | #define H5F_ACS_LIBVER_LOW_BOUND_ENC H5P__facc_libver_type_enc | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | herr_t (*)(const void *, void **, size_t *, void *) {aka int (*)(const void *, void **, long unsigned int *, void *)} /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pfapl.c:521:31: note: in expansion of macro ‘H5F_ACS_LIBVER_LOW_BOUND_ENC’ 521 | NULL, NULL, NULL, H5F_ACS_LIBVER_LOW_BOUND_ENC, H5F_ACS_LIBVER_LOW_BOUND_DEC, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pfapl.c:41: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ppkg.h:141:27: note: expected ‘H5P_prp_encode_func_t’ {aka ‘int (*)(const void *, void **, long unsigned int *)’} but argument is of type ‘herr_t (*)(const void *, void **, size_t *, void *)’ {aka ‘int (*)(const void *, void **, long unsigned int *, void *)’} 141 | H5P_prp_encode_func_t prp_encode, H5P_prp_decode_func_t prp_decode, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pfapl.c:154:45: warning: passing argument 8 of ‘vtkhdf5_H5P_register_real’ from incompatible pointer type [-Wincompatible-pointer-types] 154 | #define H5F_ACS_LIBVER_HIGH_BOUND_ENC H5P__facc_libver_type_enc | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | herr_t (*)(const void *, void **, size_t *, void *) {aka int (*)(const void *, void **, long unsigned int *, void *)} /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pfapl.c:527:31: note: in expansion of macro ‘H5F_ACS_LIBVER_HIGH_BOUND_ENC’ 527 | NULL, NULL, NULL, H5F_ACS_LIBVER_HIGH_BOUND_ENC, H5F_ACS_LIBVER_HIGH_BOUND_DEC, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Pfapl.c:41: /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/source_subfolder/ThirdParty/hdf5/vtkhdf5/src/H5Ppkg.h:141:27: note: expected ‘H5P_prp_encode_func_t’ {aka ‘int (*)(const void *, void **, long unsigned int *)’} but argument is of type ‘herr_t (*)(const void *, void **, size_t *, void *)’ {aka ‘int (*)(const void *, void **, long unsigned int *, void *)’} 141 | H5P_prp_encode_func_t prp_encode, H5P_prp_decode_func_t prp_decode, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ gcc: fatal error: Terminated signal terminated program cc1 compilation terminated. make[2]: *** [source_subfolder/ThirdParty/hdf5/vtkhdf5/src/CMakeFiles/vtkhdf5_src.dir/build.make:3082: source_subfolder/ThirdParty/hdf5/vtkhdf5/src/CMakeFiles/vtkhdf5_src.dir/H5Pfapl.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:8438: source_subfolder/ThirdParty/hdf5/vtkhdf5/src/CMakeFiles/vtkhdf5_src.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... g++: fatal error: Terminated signal terminated program cc1plus compilation terminated. make[2]: *** [source_subfolder/Common/Core/CMakeFiles/CommonCore.dir/build.make:575: source_subfolder/Common/Core/CMakeFiles/CommonCore.dir/vtkDataArray.cxx.o] Error 1 make[2]: *** Waiting for unfinished jobs.... g++: fatal error: Terminated signal terminated program cc1plus compilation terminated. make[2]: *** [source_subfolder/Common/Core/CMakeFiles/CommonCore.dir/build.make:783: source_subfolder/Common/Core/CMakeFiles/CommonCore.dir/vtkIdListCollection.cxx.o] Error 1 make[2]: *** [source_subfolder/Common/Core/CMakeFiles/CommonCore.dir/build.make:796: source_subfolder/Common/Core/CMakeFiles/CommonCore.dir/vtkIdTypeArray.cxx.o] Terminated make[1]: *** [CMakeFiles/Makefile2:4125: source_subfolder/Common/Core/CMakeFiles/CommonCore.dir/all] Terminated make: *** [Makefile:130: all] Error 2 vtk/9.0.1: ERROR: Package '5f0c43a2988fbb569d7f2681c1241f406c0c23af' build failed vtk/9.0.1: WARN: Build folder /home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af ERROR: vtk/9.0.1: Error in build() method, line 308 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-3280/.conan/data/vtk/9.0.1/_/_/build/5f0c43a2988fbb569d7f2681c1241f406c0c23af/build' '--' '-j3' Terminated