HomeAssistantRepository/dev-python/mypy/files/mypy-1.14.0-no-werror.patch

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",