summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpsrv.c')
-rw-r--r--tcpsrv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcpsrv.c b/tcpsrv.c
index 0ae1f423..94bcaaa7 100644
--- a/tcpsrv.c
+++ b/tcpsrv.c
@@ -392,7 +392,10 @@ RunCancelCleanup(void *arg)
if(*ppSel != NULL)
nssel.Destruct(ppSel);
}
+
+
/* This function is called to gather input. */
+#pragma GCC diagnostic ignored "-Wempty-body"
static rsRetVal
Run(tcpsrv_t *pThis)
{
@@ -496,6 +499,7 @@ finalize_it: /* this is a very special case - this time only we do not exit the
RETiRet;
}
+#pragma GCC diagnostic warning "-Wempty-body"
/* Standard-Constructor */