Skip to content

Commit 0168e2d

Browse files
authored
Silence -Wdocumentation warnings (#7)
Silence warnings - "warning: parameter 'Comp' not found in the function declaration [-Wdocumentation]" - "warning: parameter 'Input' not found in the function declaration [-Wdocumentation]"
1 parent 6bbccdd commit 0168e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boost-for-react-native.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Pod::Spec.new do |spec|
77
spec.authors = 'Rene Rivera'
88
spec.source = { :git => 'https://github.com/react-native-community/boost-for-react-native.git',
99
:tag => 'v1.63.0-0' }
10+
spec.compiler_flags = '-Wno-documentation'
1011

1112
# Pinning to the same version as React.podspec.
1213
spec.platforms = { :ios => '8.0', :tvos => '9.2' }

0 commit comments

Comments
 (0)