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 30a242e commit b2fa279Copy full SHA for b2fa279
Makefile
@@ -85,7 +85,7 @@ endif
85
HEADERS = $(wildcard */*/*.h) $(wildcard */*.h) $(wildcard *.h)
86
87
ifeq ($(MISSING_DECLS), 1)
88
- DEF_FLAGS += -Werror=missing-declarations
+ DEF_FLAGS += -Wno-error
89
endif
90
91
ifeq ($(HAVE_DYLIB), 1)
@@ -113,7 +113,7 @@ endif
113
114
ifneq ($(CXX_BUILD), 1)
115
ifneq ($(C89_BUILD),)
116
- CFLAGS += -std=c89 -ansi -pedantic -Werror=pedantic -Wno-long-long -Werror=declaration-after-statement -Wno-variadic-macros
+ CFLAGS += -std=c89 -ansi -pedantic -Werror=pedantic -Wno-long-long -Werror=declaration-after-statement -Wno-variadic-macros -Wno-error
117
else ifeq ($(HAVE_C99), 1)
118
CFLAGS += $(C99_CFLAGS)
119
0 commit comments