Skip to content

Commit b2fa279

Browse files
Syboxez BlankSyboxez Blank
authored andcommitted
f
1 parent 30a242e commit b2fa279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ endif
8585
HEADERS = $(wildcard */*/*.h) $(wildcard */*.h) $(wildcard *.h)
8686

8787
ifeq ($(MISSING_DECLS), 1)
88-
DEF_FLAGS += -Werror=missing-declarations
88+
DEF_FLAGS += -Wno-error
8989
endif
9090

9191
ifeq ($(HAVE_DYLIB), 1)
@@ -113,7 +113,7 @@ endif
113113

114114
ifneq ($(CXX_BUILD), 1)
115115
ifneq ($(C89_BUILD),)
116-
CFLAGS += -std=c89 -ansi -pedantic -Werror=pedantic -Wno-long-long -Werror=declaration-after-statement -Wno-variadic-macros
116+
CFLAGS += -std=c89 -ansi -pedantic -Werror=pedantic -Wno-long-long -Werror=declaration-after-statement -Wno-variadic-macros -Wno-error
117117
else ifeq ($(HAVE_C99), 1)
118118
CFLAGS += $(C99_CFLAGS)
119119
endif

0 commit comments

Comments
 (0)