Skip to content

Commit

Permalink
Merge pull request Quick#658 from Quick/suppress-warnings
Browse files Browse the repository at this point in the history
Suppress warnings
  • Loading branch information
ikesyo authored May 27, 2019
2 parents 5b44ac1 + 71998a2 commit c35a5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Nimble.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1916,6 +1916,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.10;
METAL_ENABLE_DEBUG_INFO = NO;
OTHER_SWIFT_FLAGS = "$(inherited) -suppress-warnings";
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
Expand Down
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function test_swiftpm {
if [ -d .build ]; then
run swift package clean
fi
run swift build && swift test
run swift build -Xswiftc -suppress-warnings && swift test -Xswiftc -suppress-warnings
}

function test_swiftpm_docker {
Expand Down

0 comments on commit c35a5f9

Please sign in to comment.