Skip to content

Commit

Permalink
Turn on -Wmissing-declarations following MalcolmRobb#67 cleaning up a…
Browse files Browse the repository at this point in the history
… few places that triggered it
  • Loading branch information
mutability committed Aug 3, 2020
1 parent c890bb6 commit 8d56c0a
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 @@ -6,7 +6,7 @@ BLADERF ?= yes
CPPFLAGS += -DMODES_DUMP1090_VERSION=\"$(DUMP1090_VERSION)\" -DMODES_DUMP1090_VARIANT=\"dump1090-fa\"

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

ifeq ($(RTLSDR), yes)
Expand Down

0 comments on commit 8d56c0a

Please sign in to comment.