Start at making Aztec/Amesos optional for Trilinos 17 #501
build-unit.yml
on: push
build release unittest
8m 55s
Annotations
6 warnings
build release unittest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build release unittest:
src/ac_loca_interface.c#L2813
unused variable 'ams' [-Wunused-variable]
|
build release unittest:
src/ac_loca_interface.c#L2864
'random_vector' defined but not used [-Wunused-function]
|
build release unittest:
src/dp_utils.c#L85
'ddd_internal_count' defined but not used [-Wunused-variable]
|
build release unittest:
src/linalg/sparse_matrix.cpp#L265
format '%lld' expects argument of type 'long long int', but argument 4 has type 'int64_t' {aka 'long int'} [-Wformat=]
|
build release unittest:
src/linalg/sparse_matrix.cpp#L266
format '%lld' expects argument of type 'long long int', but argument 4 has type 'int64_t' {aka 'long int'} [-Wformat=]
|