projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ee1f7
)
Filter out -Wundef so that the automatically generated C files will compile cleanly
author
Russell Bryant
<russell@russellbryant.com>
Fri, 6 Apr 2007 21:43:14 +0000
(21:43 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Fri, 6 Apr 2007 21:43:14 +0000
(21:43 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@60623
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/minimime/Makefile
patch
|
blob
|
history
diff --git
a/main/minimime/Makefile
b/main/minimime/Makefile
index
4351afd
..
4b6c456
100644
(file)
--- a/
main/minimime/Makefile
+++ b/
main/minimime/Makefile
@@
-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)