blob: 038c1964020e9d824c56d50b1cc69ac3ef423496 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
https://bugs.gentoo.org/916577
--- a/mypyc/build.py
+++ b/mypyc/build.py
@@ -551,7 +551,6 @@ def mypycify(
cflags += [
f"-O{opt_level}",
f"-g{debug_level}",
- "-Werror",
"-Wno-unused-function",
"-Wno-unused-label",
"-Wno-unreachable-code",
|