Adjust to reworked exception API.
This commit is contained in:
parent
fd21d0c65d
commit
bdd815ec47
5 changed files with 36 additions and 65 deletions
|
@ -50,7 +50,7 @@ AS_IF([test x"$GOBJC" = x"yes"], [
|
|||
OBJCFLAGS="$OBJCFLAGS -Wwrite-strings -Wpointer-arith"
|
||||
dnl We need -Wno-deprecated-declarations as OpenSSL is deprecated on
|
||||
dnl OS X.
|
||||
OBJCFLAGS="$OBJCFLAGS -Wno-deprecated-declarations" # -Werror
|
||||
OBJCFLAGS="$OBJCFLAGS -Wno-deprecated-declarations"
|
||||
])
|
||||
|
||||
BUILDSYS_INIT
|
||||
|
|
Reference in a new issue