Skip to content

Commit

Permalink
Merge branch 'master' into xcode10
Browse files Browse the repository at this point in the history
  • Loading branch information
madsolar8582 authored Oct 11, 2019
2 parents daf7948 + bc9056f commit f1873ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
Expand Down
1 change: 1 addition & 0 deletions Source/OCMock/OCMock.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
_Pragma("clang diagnostic push") \
_Pragma("clang diagnostic ignored \"-Wunused-value\"") \
_Pragma("clang diagnostic ignored \"-Wunused-getter-return-value\"") \
_Pragma("clang diagnostic ignored \"-Wstrict-selector-match\"") \
macro \
_Pragma("clang diagnostic pop") \
})

0 comments on commit f1873ab

Please sign in to comment.