mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -35,7 +35,7 @@ MM_SRCS= \
|
|||||||
MM_OBJS:=$(MM_SRCS:%.c=%.o)
|
MM_OBJS:=$(MM_SRCS:%.c=%.o)
|
||||||
MM_HDRS:=mm.h mm_util.h
|
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)
|
all: $(LIBMMIME)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user