Changeset: b4d844547d39 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b4d844547d39
Modified Files:
configure.ag
Branch: Jan2014
Log Message:
configure: don't choke on deprecation messages
Apple "deprecated" OpenSSL since Lion, don't complain about that.
diffs (15 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -598,8 +598,11 @@ yes-*-*)
dnl not all) false positives, though, as well as in
dnl YACC/BISON-generated code; thus, we do not use
dnl "-Wunreachable-code" with clang and gcc < 4.5 .
+ dnl At the same time, Apple deprecated OpenSSL in favour of
+ dnl their own CommonCrypto API. We don't mind about that.
case "$CC_ver" in
clang-*|gcc-[[0-3]].*|gcc-4.[[0-4]].*)
+ MCHECK_ADD_FLAG([-Wno-deprecated-declarations])
;;
*)
MCHECK_ADD_FLAG([-Wunreachable-code])
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list