Snippets for med-data-exchange-format 5.0.0 from Alpine riscv64
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-riscv64/community/libmedc/libmedc-5.0.0-r2.log.
-
/home/buildozer/aports/community/libmedc/src/med-5.0.0/tools/medimport/medimportcxx.cxx:31:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 31 | if (argc == 2 ) fileOut=""; else fileOut=argv[2]; | ^~ -
/home/buildozer/aports/community/libmedc/src/med-5.0.0/build/include/med_utils.h:258:56: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'med_size' {aka 'long unsigned int'} [-Wformat=] 258 | fprintf(stderr,"%s = %llu\n",#entier,entier) ;\ | ^~~~~~~~~~~~~ -
/home/buildozer/aports/community/libmedc/src/med-5.0.0/build/include/med_utils.h:258:56: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'hsize_t' {aka 'long unsigned int'} [-Wformat=] 258 | fprintf(stderr,"%s = %llu\n",#entier,entier) ;\ | ^~~~~~~~~~~~~ -
/home/buildozer/aports/community/libmedc/src/med-5.0.0/build/include/2.3.6/med_utils.h:235:56: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'med_size' {aka 'long unsigned int'} [-Wformat=] 235 | fprintf(stderr,"%s = %llu\n",#entier,entier) ;\ | ^~~~~~~~~~~~~ -
/home/buildozer/aports/community/libmedc/src/med-5.0.0/build/include/2.3.6/med_utils.h:230:56: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'med_size' {aka 'long unsigned int'} [-Wformat=] 230 | fprintf(stderr,"%s = %lld\n",#entier,entier) ;\ | ^~~~~~~~~~~~~