Skip to content

Commit

Permalink
Do not fail build on deprecated function warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain MARY committed Jun 17, 2016
1 parent 33ffced commit f5a1524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linphone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4378,6 +4378,7 @@
WARNING_CFLAGS = (
"-Werror=objc-method-access",
"-Werror=incomplete-implementation",
"-Wno-error-deprecated",
"-DLINPHONE_CAPABILITY_INAPP_PURCHASE=0",
);
};
Expand Down Expand Up @@ -4465,6 +4466,7 @@
WARNING_CFLAGS = (
"-Werror=objc-method-access",
"-Werror=incomplete-implementation",
"-Wno-error-deprecated",
"-DLINPHONE_CAPABILITY_INAPP_PURCHASE=0",
);
};
Expand Down Expand Up @@ -4551,6 +4553,7 @@
WARNING_CFLAGS = (
"-Werror=objc-method-access",
"-Werror=incomplete-implementation",
"-Wno-error-deprecated",
"-DLINPHONE_CAPABILITY_INAPP_PURCHASE=0",
);
};
Expand Down Expand Up @@ -4638,6 +4641,7 @@
WARNING_CFLAGS = (
"-Werror=objc-method-access",
"-Werror=incomplete-implementation",
"-Wno-error-deprecated",
"-DLINPHONE_CAPABILITY_INAPP_PURCHASE=0",
);
};
Expand Down

0 comments on commit f5a1524

Please sign in to comment.