Selaa lähdekoodia

Disable -Werror.

Jelmer Vernooij 5 vuotta sitten
vanhempi
commit
f91c317e6f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-PYTHON = python3 -Werror
+PYTHON = python3
 PYFLAKES = pyflakes
 PEP8 = pep8
 FLAKE8 ?= flake8