Explorar o código

Make warnings errors.

Jelmer Vernooij %!s(int64=7) %!d(string=hai) anos
pai
achega
7e4e45352a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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