Disable -Werror until we fully conform to OFTLSSocket again
This commit is contained in:
parent
ecbaa8ed20
commit
fd21d0c65d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ AS_IF([test x"$GOBJC" = x"yes"], [
|
||||||
OBJCFLAGS="$OBJCFLAGS -Wwrite-strings -Wpointer-arith"
|
OBJCFLAGS="$OBJCFLAGS -Wwrite-strings -Wpointer-arith"
|
||||||
dnl We need -Wno-deprecated-declarations as OpenSSL is deprecated on
|
dnl We need -Wno-deprecated-declarations as OpenSSL is deprecated on
|
||||||
dnl OS X.
|
dnl OS X.
|
||||||
OBJCFLAGS="$OBJCFLAGS -Wno-deprecated-declarations -Werror"
|
OBJCFLAGS="$OBJCFLAGS -Wno-deprecated-declarations" # -Werror
|
||||||
])
|
])
|
||||||
|
|
||||||
BUILDSYS_INIT
|
BUILDSYS_INIT
|
||||||
|
|
Reference in a new issue