Skip to content

make PATH_LEN a char not char* by using apostrophe not quote #3502

make PATH_LEN a char not char* by using apostrophe not quote

make PATH_LEN a char not char* by using apostrophe not quote #3502

Triggered via pull request August 30, 2024 00:58
Status Success
Total duration 45m 58s
Artifacts 7

cmake.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

63 warnings
build macOS-x64
autoconf 2.72 is already installed and up-to-date. To reinstall 2.72, run: brew reinstall autoconf
build macOS-x64
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
build macOS-x64
Error computing hash on '**/vcpkg.json' as it matches multiple files: vcpkg.json,vcpkg-overlays/linux-syslibs/default/openssl/vcpkg.json,vcpkg-overlays/linux-syslibs/default/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/redhat7/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu14/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu16/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu18/zlib/vcpkg.json. It must match only one file.
build macOS-x64
Cannot compute hash of vcpkg.json as it was not found (or multiple hits) with glob expression '**/vcpkg.json'.
build macOS-x64
assigning to 'char *' from 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
build macOS-x64
passing 'model_string' (aka 'const char *') to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
build macOS-x64
passing 'model_string' (aka 'const char *') to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
build macOS-x64
passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
build macOS-x64
passing 'const char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
build macOS-x64
passing 'char[37]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
build linux-x64-static-libssl
Error computing hash on '**/vcpkg.json' as it matches multiple files: vcpkg.json,vcpkg-overlays/linux-syslibs/default/openssl/vcpkg.json,vcpkg-overlays/linux-syslibs/default/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/redhat7/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu14/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu16/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu18/zlib/vcpkg.json. It must match only one file.
build linux-x64-static-libssl
Cannot compute hash of vcpkg.json as it was not found (or multiple hits) with glob expression '**/vcpkg.json'.
build linux-x64-static-libssl
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
build linux-x64-static-libssl
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-x64-static-libssl
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-x64-static-libssl
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-x64-static-libssl
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-x64-static-libssl
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-x64-static-libssl
ignoring return value of 'getdomainname', declared with attribute warn_unused_result [-Wunused-result]
build linux-x64-static-libssl
format '%d' expects argument of type 'int', but argument 8 has type 'model_number' {aka 'const long int'} [-Wformat=]
build macOS-arm64
autoconf 2.72 is already installed and up-to-date. To reinstall 2.72, run: brew reinstall autoconf
build macOS-arm64
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
build macOS-arm64
Error computing hash on '**/vcpkg.json' as it matches multiple files: vcpkg.json,vcpkg-overlays/linux-syslibs/default/openssl/vcpkg.json,vcpkg-overlays/linux-syslibs/default/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/redhat7/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu14/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu16/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu18/zlib/vcpkg.json. It must match only one file.
build macOS-arm64
Cannot compute hash of vcpkg.json as it was not found (or multiple hits) with glob expression '**/vcpkg.json'.
build macOS-arm64
assigning to 'char *' from 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
build macOS-arm64
passing 'model_string' (aka 'const char *') to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
build macOS-arm64
passing 'model_string' (aka 'const char *') to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
build macOS-arm64
passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
build macOS-arm64
passing 'const char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
build macOS-arm64
passing 'char[37]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
build linux-arm64-static-libssl
Error computing hash on '**/vcpkg.json' as it matches multiple files: vcpkg.json,vcpkg-overlays/linux-syslibs/default/openssl/vcpkg.json,vcpkg-overlays/linux-syslibs/default/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/redhat7/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu14/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu16/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu18/zlib/vcpkg.json. It must match only one file.
build linux-arm64-static-libssl
Cannot compute hash of vcpkg.json as it was not found (or multiple hits) with glob expression '**/vcpkg.json'.
build linux-arm64-static-libssl
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
build linux-arm64-static-libssl
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-arm64-static-libssl
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-arm64-static-libssl
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-arm64-static-libssl
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-arm64-static-libssl
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-arm64-static-libssl
format '%d' expects argument of type 'int', but argument 8 has type 'model_number' {aka 'const long int'} [-Wformat=]
build linux-arm64-static-libssl
format '%d' expects argument of type 'int', but argument 8 has type 'model_number' {aka 'const long int'} [-Wformat=]
build linux-arm-static-libssl
Error computing hash on '**/vcpkg.json' as it matches multiple files: vcpkg.json,vcpkg-overlays/linux-syslibs/default/openssl/vcpkg.json,vcpkg-overlays/linux-syslibs/default/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/redhat7/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu14/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu16/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu18/zlib/vcpkg.json. It must match only one file.
build linux-arm-static-libssl
Cannot compute hash of vcpkg.json as it was not found (or multiple hits) with glob expression '**/vcpkg.json'.
build linux-arm-static-libssl
format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
build linux-arm-static-libssl
format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
build linux-arm-static-libssl
format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
build linux-arm-static-libssl
format '%ld' expects argument of type 'long int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=]
build linux-arm-static-libssl
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
build linux-arm-static-libssl
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-arm-static-libssl
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build linux-arm-static-libssl
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
build windows-arm64-vs2022
Error computing hash on '**/vcpkg.json' as it matches multiple files: vcpkg.json,vcpkg-overlays/linux-syslibs/default/openssl/vcpkg.json,vcpkg-overlays/linux-syslibs/default/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/redhat7/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu14/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu16/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu18/zlib/vcpkg.json. It must match only one file.
build windows-arm64-vs2022
Cannot compute hash of vcpkg.json as it was not found (or multiple hits) with glob expression '**/vcpkg.json'.
build windows-arm64-vs2022
The following actions use a deprecated Node.js version and will be forced to run on node20: lukka/[email protected], lukka/run-vcpkg@v10, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build windows-x64-mingw
Error computing hash on '**/vcpkg.json' as it matches multiple files: vcpkg.json,vcpkg-overlays/linux-syslibs/default/openssl/vcpkg.json,vcpkg-overlays/linux-syslibs/default/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/redhat7/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu14/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu16/zlib/vcpkg.json,vcpkg-overlays/linux-syslibs/ubuntu18/zlib/vcpkg.json. It must match only one file.
build windows-x64-mingw
Cannot compute hash of vcpkg.json as it was not found (or multiple hits) with glob expression '**/vcpkg.json'.
build windows-x64-mingw
'struct tm' declared inside parameter list will not be visible outside of this definition or declaration
build windows-x64-mingw
'struct tm' declared inside parameter list will not be visible outside of this definition or declaration
build windows-x64-mingw
'dllimport' attribute ignored [-Wattributes]
build windows-x64-mingw
'dllimport' attribute ignored [-Wattributes]
build windows-x64-mingw
'dllimport' attribute ignored [-Wattributes]
build windows-x64-mingw
'dllimport' attribute ignored [-Wattributes]
build windows-x64-mingw
'dllimport' attribute ignored [-Wattributes]
build windows-x64-mingw
'dllimport' attribute ignored [-Wattributes]

Artifacts

Produced during runtime
Name Size
linux-arm-static-libssl
3.58 MB
linux-arm64-static-libssl
4.42 MB
linux-x64-static-libssl
4.12 MB
macOS-arm64
3.03 MB
macOS-x64
2.81 MB
windows-arm64-vs2022
2.45 MB
windows-x64-mingw
4.56 MB