diff options
author | Aiden Grossman <39388941+boomanaiden154@users.noreply.github.com> | 2023-07-26 07:34:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 16:34:07 +0200 |
commit | 856834537ae2a4ba0ac12dfe78b0247f8ed8f7bf (patch) | |
tree | 933fcb356cf3c325ac4183a3e5eaa802b8913867 /lib | |
parent | fba019f0beb55ea209df19dc6e2a64bbf68da3c0 (diff) | |
download | spack-856834537ae2a4ba0ac12dfe78b0247f8ed8f7bf.tar.gz spack-856834537ae2a4ba0ac12dfe78b0247f8ed8f7bf.tar.bz2 spack-856834537ae2a4ba0ac12dfe78b0247f8ed8f7bf.tar.xz spack-856834537ae2a4ba0ac12dfe78b0247f8ed8f7bf.zip |
gcoff: fix build with clang 16+ (#38914)
gcoff uses the register keyword in a couple different places which
causes errors when building with c++17, which is the default in clang
16. This patch adds the -Wno-register flag to ignore these errors when
when building with clang 16.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions