forked from Mirrors/freeswitch
A little cleanup. Supress warnings on iksemel and apr just because it anoys me.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2102 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
847f158d98
commit
2342c4d30b
@ -2040,6 +2040,7 @@
|
||||
OTHER_CFLAGS = (
|
||||
"-g",
|
||||
"-O2",
|
||||
"-w",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
@ -2071,6 +2072,7 @@
|
||||
OTHER_CFLAGS = (
|
||||
"-g",
|
||||
"-O2",
|
||||
"-w",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
@ -2282,6 +2284,7 @@
|
||||
"-I.",
|
||||
"-I../include",
|
||||
"-I../include",
|
||||
"-w",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = iksemel;
|
||||
@ -2308,6 +2311,7 @@
|
||||
"-I.",
|
||||
"-I../include",
|
||||
"-I../include",
|
||||
"-w",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = iksemel;
|
||||
|
Loading…
Reference in New Issue
Block a user