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:
Brian West 2006-07-25 05:36:32 +00:00
parent 847f158d98
commit 2342c4d30b

View File

@ -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;