hdf package: fix building with apple-clang@15: (#43964)
This commit is contained in:
parent
e05dbc529e
commit
a1d69f8661
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ def flag_handler(self, name, flags):
|
||||||
):
|
):
|
||||||
flags.append("-Wno-error=implicit-function-declaration")
|
flags.append("-Wno-error=implicit-function-declaration")
|
||||||
|
|
||||||
if self.spec.satisfies("%clang@16:"):
|
if self.spec.satisfies("%clang@16:") or self.spec.satisfies("%apple-clang@15:"):
|
||||||
flags.append("-Wno-error=implicit-int")
|
flags.append("-Wno-error=implicit-int")
|
||||||
|
|
||||||
return flags, None, None
|
return flags, None, None
|
||||||
|
|
Loading…
Reference in a new issue