Allow incompatible function pointer types for extrae
This commit is contained in:
parent
845b86b42a
commit
00df88e0db
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ spack:
|
||||||
- core_compiler: [gcc@7.5]
|
- core_compiler: [gcc@7.5]
|
||||||
- compilers: [gcc@13.2, cce@18.0]
|
- compilers: [gcc@13.2, cce@18.0]
|
||||||
- mpis: [cray-mpich@8.1.30]
|
- mpis: [cray-mpich@8.1.30]
|
||||||
- cflags_noerror_implicit: ['cflags="-Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=int-conversion"']
|
- cflags_noerror_implicit: ['cflags="-Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=int-conversion -Wno-error=incompatible-pointer-types"']
|
||||||
packages:
|
packages:
|
||||||
all:
|
all:
|
||||||
prefer: ['%gcc@7.5']
|
prefer: ['%gcc@7.5']
|
||||||
|
|
Loading…
Reference in a new issue