Temporary pragma to have GCC quiet down about deprecated functions
[openssl.git] / crypto / bio / bss_conn.c
index 2308ad210f80b9a7057e61fec06fb13b3e2ab4eb..89ab910f73b9f295f1edfeb4a8479bd97b8dea04 100644 (file)
 
 #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