commit | f278eec37aa2d4de028ade89951af9f894ee4d87 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jul 05 21:46:32 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jul 05 21:50:02 2020 +0200 |
tree | 86788a80dae7f7bfba1348a67351a458d35a2753 | |
parent | b0be8ae2a89b34323df83a7fc4ab68c0cae96398 [diff] |
BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char NetBSD apparently uses macros for tolower/toupper and complains about the use of char for array subscripts. Let's properly cast all of them to unsigned char where they are used. This is needed to fix issue #729.