Compiler quietening
[exim.git] / src / src / ip.c
index ff76b3871b4e89e98cabc5d6807e340407e99bb1..8b506109e32a2d8082adb22cc006873a891ae40e 100644 (file)
@@ -331,7 +331,10 @@ if (fastopen_blob && f.tcp_fastopen_ok)
 else
 #endif /*TCP_FASTOPEN*/
   {
+#if defined(TCP_FASTOPEN) && defined(MSG_FASTOPEN)
 legacy_connect:
+#endif
+
   DEBUG(D_transport|D_v) if (fastopen_blob)
     debug_printf("non-TFO mode connection attempt to %s, %lu data\n",
       address, (unsigned long)fastopen_blob->len);