summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAiden Grossman <39388941+boomanaiden154@users.noreply.github.com>2023-07-26 07:46:37 -0700
committerGitHub <noreply@github.com>2023-07-26 16:46:37 +0200
commit8bdfaf4ae58668a45cbcb483e76ac995da54e31e (patch)
tree1288b6540a005045d0caad84236267aeaa00f257 /lib
parenteb19f59fb11c7c0937acd0558230f7b25672052e (diff)
downloadspack-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 'lib')
0 files changed, 0 insertions, 0 deletions