commit | 57cb506df819351031209db8de2e795f3a910fae | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 15 17:16:34 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 15 17:17:33 2019 +0100 |
tree | 475f8fdfc38cd8c2f788f28639bd7ca7b2b1f288 | |
parent | 99233164cdb885c4672c1e50aa65a2b917c75278 [diff] |
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]