BUILD: listener: shut up a build warning when threads are disabled
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Mar 2019 16:16:34 +0000 (17:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Mar 2019 16:17:33 +0000 (17:17 +0100)
commit57cb506df819351031209db8de2e795f3a910fae
tree475f8fdfc38cd8c2f788f28639bd7ca7b2b1f288
parent99233164cdb885c4672c1e50aa65a2b917c75278
BUILD: listener: shut up a build warning when threads are disabled

We get this with __decl_hathreads due to the lone semi-colon, let's move
it at the end of the innermost declaration :

  src/listener.c: In function 'listener_accept':
  src/listener.c:601:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
src/listener.c