Skip to content

Commit 8d56c0a

Browse files
committed
Turn on -Wmissing-declarations following MalcolmRobb#67 cleaning up a few places that triggered it
1 parent c890bb6 commit 8d56c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BLADERF ?= yes
66
CPPFLAGS += -DMODES_DUMP1090_VERSION=\"$(DUMP1090_VERSION)\" -DMODES_DUMP1090_VARIANT=\"dump1090-fa\"
77

88
DIALECT = -std=c11
9-
CFLAGS += $(DIALECT) -O2 -g -Wall -Werror -W -D_DEFAULT_SOURCE -fno-common
9+
CFLAGS += $(DIALECT) -O2 -g -Wall -Wmissing-declarations -Werror -W -D_DEFAULT_SOURCE -fno-common
1010
LIBS = -lpthread -lm -lrt
1111

1212
ifeq ($(RTLSDR), yes)

0 commit comments

Comments
 (0)