Skip to content

Commit

Permalink
build: Add -Wmissing-prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
orbea authored and michaelforney committed Jun 17, 2023
1 parent 88cb6f5 commit d3a7458
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 @@ -4,7 +4,7 @@
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/share/man
ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra -Wshadow -Wpedantic -Wno-unused-parameter
ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra -Wshadow -Wmissing-prototypes -Wpedantic -Wno-unused-parameter
OBJ=\
build.o\
deps.o\
Expand Down

0 comments on commit d3a7458

Please sign in to comment.