X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fsmtp_out.c;h=8a4dace7e7f324f8589228035ac750f5422f4599;hb=11b31159ac7d1acef923c29053fc3d9c6bbf5c12;hp=9bd90c77a7cacf3d6abe360404f17b866000f2e3;hpb=d12746bc15d83ab821be36975da0179672708bc1;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/smtp_out.c b/src/src/smtp_out.c index 9bd90c77a..8a4dace7e 100644 --- a/src/src/smtp_out.c +++ b/src/src/smtp_out.c @@ -191,6 +191,8 @@ switch (tcp_out_fastopen) tcp_out_fastopen = TFO_NOT_USED; } break; + + default: break; /* compiler quietening */ } # endif }