-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meson 1.4 stopped hiding valac's warnings [1], which fails compilation due to our `-Werror=` settings. There's not much that we can do at this point, so stop making them non-fatal. This reverts the `gentoo-hacks` option from commit 539af0b. Turns out that this wasn't a compiler change in Gentoo after all, but that Gentoo backported [2] that meson change at that time. Many thanks to Dominique Leuenberger @DimStar77 for tracking down the root cause! Fixes #228 [1] mesonbuild/meson@5f659af870011e [2] gentoo/gentoo#34141
- Loading branch information
1 parent
b842b14
commit 4031b37
Showing
3 changed files
with
10 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters