Skip to content

Commit

Permalink
build: treat warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
denizt committed Nov 8, 2024
1 parent ca6bb93 commit 4fab09f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MacPass.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3264,6 +3264,7 @@
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "MacPass/MacPass-Prefix.pch";
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = "MacPass/MacPass-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -3303,6 +3304,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "MacPass/MacPass-Prefix.pch";
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = "MacPass/MacPass-Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 4fab09f

Please sign in to comment.