Skip to content
Snippets Groups Projects
Commit 0f29ce05 authored by Russell Bryant's avatar Russell Bryant
Browse files

Filter out -Wundef so that the automatically generated C files will compile cleanly

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@60623 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent f6ee1f7a
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ MM_SRCS= \
MM_OBJS:=$(MM_SRCS:%.c=%.o)
MM_HDRS:=mm.h mm_util.h
ASTCFLAGS:=$(filter-out -Werror -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes,$(ASTCFLAGS))
ASTCFLAGS:=$(filter-out -Werror -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes,$(ASTCFLAGS))
all: $(LIBMMIME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment