[Git][ghc/ghc][wip/rts-warnings] Update Flavour.hs
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Tue Feb 7 21:31:40 UTC 2023
Ben Gamari pushed to branch wip/rts-warnings at Glasgow Haskell Compiler / GHC
Commits:
984c88e5 by Ben Gamari at 2023-02-07T21:31:38+00:00
Update Flavour.hs
- - - - -
1 changed file:
- hadrian/src/Flavour.hs
Changes:
=====================================
hadrian/src/Flavour.hs
=====================================
@@ -133,8 +133,9 @@ werror =
? package unix
? mconcat [arg "-Wwarn=unused-imports", arg "-Wwarn=unused-top-binds"]
-- Darwin has marked sem_getvalue as deprecated.
- , package unix
- ? arg "-optc-Wno-error=deprecated-declarations"
+ , package unix ? arg "-optc-Wno-error=deprecated-declarations"
+ -- Darwin has marked vfork as deprecated.
+ , package process ? arg "-optc-Wno-error=deprecated-declarations"
]
]
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/984c88e500ce50003902a149eb801f454a1be5a9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/984c88e500ce50003902a149eb801f454a1be5a9
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230207/18f5a965/attachment.html>
More information about the ghc-commits
mailing list