diff options
author | Aiden Grossman <39388941+boomanaiden154@users.noreply.github.com> | 2023-07-26 07:46:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 16:46:37 +0200 |
commit | 8bdfaf4ae58668a45cbcb483e76ac995da54e31e (patch) | |
tree | 1288b6540a005045d0caad84236267aeaa00f257 /NOTICE | |
parent | eb19f59fb11c7c0937acd0558230f7b25672052e (diff) | |
download | spack-8bdfaf4ae58668a45cbcb483e76ac995da54e31e.tar.gz spack-8bdfaf4ae58668a45cbcb483e76ac995da54e31e.tar.bz2 spack-8bdfaf4ae58668a45cbcb483e76ac995da54e31e.tar.xz spack-8bdfaf4ae58668a45cbcb483e76ac995da54e31e.zip |
libelf: fix build with clang16+ (#38915)
libelf fails to build with clang16+ due to Wimplicit-int and
Wimplicit-function-declarations becoming errors by default. This breaks
the configuration stage, so no build takes place. This patch fixes this
by passing -Wno-error=implicit-int and
-Wno-error=implicit-function-declarations as cflags.
Diffstat (limited to 'NOTICE')
0 files changed, 0 insertions, 0 deletions