Skip to content

Commit 1599f19

Browse files
committed
boringssl.sh: fix warning suppression
1 parent 9b9ebcd commit 1599f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boringssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ _VER="$1"
108108
options+=' -DDISABLE_GO=ON'
109109
options+=' -DDISABLE_PERL=ON'
110110

111-
CPPFLAGS+=' -Wno-cast-function-type-mismatch'
111+
CPPFLAGS+=' -Wno-cast-function-type'
112112

113113
# Patch out to avoid redefinition errors
114114
sed -i.bak 's/-D_WIN32_WINNT=_WIN32_WINNT_WIN7//g' ./CMakeLists.txt

0 commit comments

Comments
 (0)