mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Closes: https://bugs.gentoo.org/916577 Closes: https://bugs.gentoo.org/944118 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
325 B
Diff
12 lines
325 B
Diff
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",
|