summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_acpt.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-02 21:42:45 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-03 19:38:07 +0100
commitb00b21242ae96aeb5521252bf0cdece5be0047a1 (patch)
treede2474ad2759fb96e842b7d4775d2b1a6f666cd4 /crypto/bio/bss_acpt.c
parentd33b215b331116e50947ca7e75d210e1db39b78d (diff)
Temporary pragma to have GCC quiet down about deprecated functions
Future commits will change our use to newer functions and the pragmas will go away at that time. Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'crypto/bio/bss_acpt.c')
-rw-r--r--crypto/bio/bss_acpt.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/bio/bss_acpt.c b/crypto/bio/bss_acpt.c
index a489ba4d2e..e3b88504a3 100644
--- a/crypto/bio/bss_acpt.c
+++ b/crypto/bio/bss_acpt.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