Overview
Comment: | Disable -Werror until we fully conform to OFTLSSocket again |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
51a0e4d05b363331081921d6cb3f94dd |
User & Date: | florob@babelmonkeys.de on 2013-04-03 21:26:30 |
Other Links: | manifest | tags |
Context
2013-06-23
| ||
11:10 | Adjust to reworked exception API. check-in: 93fb0bd595 user: js tags: trunk | |
2013-04-03
| ||
21:26 | Disable -Werror until we fully conform to OFTLSSocket again check-in: 51a0e4d05b user: florob@babelmonkeys.de tags: trunk | |
2013-03-31
| ||
10:04 | Conform to OFTLSSocket. check-in: 4192ab66c8 user: js tags: trunk | |
Changes
Modified configure.ac from [e468f98bc4] to [599766f81c].
︙ | ︙ | |||
46 47 48 49 50 51 52 | AC_MSG_ERROR(No libz found! Please install zlib!) ]) 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. | | | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | AC_MSG_ERROR(No libz found! Please install zlib!) ]) 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 ]) BUILDSYS_INIT BUILDSYS_TOUCH_DEPS dnl We don't call AC_PROG_CPP, but only AC_PROG_OBJCPP and set CPP to OBJCPP dnl and add OBJCPPFLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself. |
︙ | ︙ |