hdf package: fix building with apple-clang@15: (#43964)
This commit is contained in:
parent
e05dbc529e
commit
a1d69f8661
@ -153,7 +153,7 @@ def flag_handler(self, name, flags):
|
||||
):
|
||||
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")
|
||||
|
||||
return flags, None, None
|
||||
|
Loading…
Reference in New Issue
Block a user