소스 검색

Disable -Werror.

Jelmer Vernooij 5 년 전
부모
커밋
f91c317e6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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