summaryrefslogtreecommitdiff
path: root/dev-python/pythran/files/pythran-0.10.0-tests-werror.patch
blob: 17c0630a5d1e75d0b6b47c459c1906edcef5c4c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/pythran/tests/__init__.py
+++ b/pythran/tests/__init__.py
@@ -71,7 +71,7 @@ class TestEnv(unittest.TestCase):
 
     module = pytest.mark.module
     # default options used for the c++ compiler
-    PYTHRAN_CXX_FLAGS = ['-O0', '-Wall', '-Werror', '-UNDEBUG',
+    PYTHRAN_CXX_FLAGS = ['-O0', '-Wall', '-UNDEBUG',
                          '-Wno-unused-function',
                          '-Wno-int-in-bool-context',
                          '-Wno-unknown-warning-option',