X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fbio%2Fbss_conn.c;h=89ab910f73b9f295f1edfeb4a8479bd97b8dea04;hb=b00b21242ae96aeb5521252bf0cdece5be0047a1;hp=2308ad210f80b9a7057e61fec06fb13b3e2ab4eb;hpb=349807608f31b20af01a342d0072bb92e0b036e2;p=openssl.git diff --git a/crypto/bio/bss_conn.c b/crypto/bio/bss_conn.c index 2308ad210f..89ab910f73 100644 --- a/crypto/bio/bss_conn.c +++ b/crypto/bio/bss_conn.c @@ -63,6 +63,12 @@ #ifndef OPENSSL_NO_SOCK +/* + * We are currently using deprecated functions here, and GCC warns + * us about them, but since we know, we don't want to hear it. + */ +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" + # if (defined(OPENSSL_SYS_VMS) && __VMS_VER < 70000000) /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */ # undef FIONBIO