We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c890bb6 commit 8d56c0aCopy full SHA for 8d56c0a
Makefile
@@ -6,7 +6,7 @@ BLADERF ?= yes
6
CPPFLAGS += -DMODES_DUMP1090_VERSION=\"$(DUMP1090_VERSION)\" -DMODES_DUMP1090_VARIANT=\"dump1090-fa\"
7
8
DIALECT = -std=c11
9
-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
10
LIBS = -lpthread -lm -lrt
11
12
ifeq ($(RTLSDR), yes)
0 commit comments