Browse Source

Disable -Werror.

Jelmer Vernooij 5 năm trước cách đây
mục cha
commit
f91c317e6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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