commit | 5598d171b33a597a97c4536d75ef616a4bb3dcad | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 04 17:16:29 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 04 17:18:40 2019 +0200 |
tree | 0caf19ea01e28e9ca43954eceb1291147978cdef | |
parent | 4b7531f48b5aa66d11fcee2836c201644bfb6a71 [diff] |
BUILD: task: fix a build warning when threads are disabled The __decl_hathreads() macro will leave a lone semi-colon making the end of variables declarations, resulting in a warning if threads are disabled. Let's simply swap it with the last variable. Thanks to Ilya Shipitsin for reporting this issue. No backport is needed.