forked from mirrors/linphone-iphone
Do not fail build on deprecated function warning.
This commit is contained in:
parent
33ffced605
commit
f5a15244b0
1 changed files with 4 additions and 0 deletions
|
|
@ -4378,6 +4378,7 @@
|
|||
WARNING_CFLAGS = (
|
||||
"-Werror=objc-method-access",
|
||||
"-Werror=incomplete-implementation",
|
||||
"-Wno-error-deprecated",
|
||||
"-DLINPHONE_CAPABILITY_INAPP_PURCHASE=0",
|
||||
);
|
||||
};
|
||||
|
|
@ -4465,6 +4466,7 @@
|
|||
WARNING_CFLAGS = (
|
||||
"-Werror=objc-method-access",
|
||||
"-Werror=incomplete-implementation",
|
||||
"-Wno-error-deprecated",
|
||||
"-DLINPHONE_CAPABILITY_INAPP_PURCHASE=0",
|
||||
);
|
||||
};
|
||||
|
|
@ -4551,6 +4553,7 @@
|
|||
WARNING_CFLAGS = (
|
||||
"-Werror=objc-method-access",
|
||||
"-Werror=incomplete-implementation",
|
||||
"-Wno-error-deprecated",
|
||||
"-DLINPHONE_CAPABILITY_INAPP_PURCHASE=0",
|
||||
);
|
||||
};
|
||||
|
|
@ -4638,6 +4641,7 @@
|
|||
WARNING_CFLAGS = (
|
||||
"-Werror=objc-method-access",
|
||||
"-Werror=incomplete-implementation",
|
||||
"-Wno-error-deprecated",
|
||||
"-DLINPHONE_CAPABILITY_INAPP_PURCHASE=0",
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue