BUILD: config: remove a warning with clang
authorWilly Tarreau <w@1wt.eu>
Tue, 29 Apr 2014 17:55:25 +0000 (19:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Apr 2014 17:55:25 +0000 (19:55 +0200)
commit7c29f1edca42f7e4216855d294a1a7d5b0bcb57f
tree24ae7d96e5355528c6e3d661a088a8ca0f11071e
parent86e0fc1739f139fd80153413f65db05d9d799cd8
BUILD: config: remove a warning with clang

Commit fc6c032 ("MEDIUM: global: add support for CPU binding on Linux ("cpu-map")")
merged into 1.5-dev13 involves a useless test that clang reports as a warning. The
"low" variable cannot be negative here. Issue reported by Charles Carter.
src/cfgparse.c