From: Gunnar Beutner Date: Tue, 24 Apr 2012 17:58:32 +0000 (+0200) Subject: Deal with appletastic deprecation warnings for OpenSSL. X-Git-Tag: v0.0.1~583 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00709b21c8f27e07478706c106ecbc4b0f9de0c2;p=icinga2 Deal with appletastic deprecation warnings for OpenSSL. --- diff --git a/base/i2-base.h b/base/i2-base.h index 16388deb0..95889e6fb 100644 --- a/base/i2-base.h +++ b/base/i2-base.h @@ -26,6 +26,10 @@ #include #include +#if defined(__APPLE__) && defined(__MACH__) +# pragma GCC diagnostic ignored "-Wdeprecated-declarations" +#endif + #include #include #include