Skip to content

Commit

Permalink
fix(buildsettings): Remove override for GCC_WARN_INHIBIT_ALL_WARNINGS (
Browse files Browse the repository at this point in the history
  • Loading branch information
JanNash authored Oct 19, 2020
1 parent b7c0f90 commit 0e55297
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Amplitude.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,6 @@
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
Expand Down Expand Up @@ -1475,7 +1474,6 @@
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
Expand Down

0 comments on commit 0e55297

Please sign in to comment.