commit | dd1c8f1f721fc139ecb5b96f81caf69894964715 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Feb 26 18:48:01 2019 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Tue Feb 26 18:47:59 2019 +0100 |
tree | d2a72e863100912bea812e019f79d78eb086fe0e | |
parent | db64489aac2135c6ceceec47fe98dc42c0558466 [diff] |
MINOR: cfgparse: Add a cast to make gcc happier. When calling calloc(), cast global.nbthread to unsigned int, so that gcc doesn't freak out, as it has no way of knowing global.nbthread can't be negative.