Skip to content

Commit

Permalink
enable -Wall
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Mar 9, 2024
1 parent e42528e commit be8c16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install:

.PHONY: install-coverage
install-coverage:
CFLAGS="-coverage -Werror=implicit-function-declaration" python3 -m pip -v install .
CFLAGS="-coverage -Wall -Werror=implicit-function-declaration" python3 -m pip -v install .
python3 selftest.py

.PHONY: debug
Expand Down

0 comments on commit be8c16f

Please sign in to comment.