commit | 9eb2a4addfb25c4a3c99cd6c78101b9ec7469393 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 19 10:33:28 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 19 10:33:28 2018 +0200 |
tree | 3609f5c8559c2dede04a4f3cb3225b874b3dc628 | |
parent | ebaba754297f39b86959fbdc13f66e4534aadeae [diff] |
BUILD: sample: avoid build warning in sample.c Recent commit 9631a28 ("MEDIUM: sample: Extend functionality for field/word converters") introduced this minor build warning that this patch addresses : src/sample.c: In function 'sample_conv_word': src/sample.c:2108:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] src/sample.c:2137:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] No backport is needed.