Merge pull request #12772 from muxi/fix-xcode-misalign-warning

Fix Xcode warning of mis-aligned structs
reviewable/pr12219/r1
Muxi Yan 8 years ago committed by GitHub
commit a83cd1c4cc
  1. 1
      gRPC-Core.podspec
  2. 1
      templates/gRPC-Core.podspec.template

@ -84,6 +84,7 @@ Pod::Spec.new do |s|
# build.
'USE_HEADERMAP' => 'NO',
'ALWAYS_SEARCH_USER_PATHS' => 'NO',
'GCC_PREPROCESSOR_DEFINITIONS' => '"$(inherited)" "COCOAPODS=1" "PB_NO_PACKED_STRUCTS=1"',
}
s.default_subspecs = 'Interface', 'Implementation'

@ -119,6 +119,7 @@
# build.
'USE_HEADERMAP' => 'NO',
'ALWAYS_SEARCH_USER_PATHS' => 'NO',
'GCC_PREPROCESSOR_DEFINITIONS' => '"$(inherited)" "COCOAPODS=1" "PB_NO_PACKED_STRUCTS=1"',
}
s.default_subspecs = 'Interface', 'Implementation'

Loading…
Cancel
Save