commit | 83d84cfc8a59f276653afe93a4f4a675fdfab5e7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 22 01:04:31 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 22 01:04:31 2012 +0100 |
tree | 78c9b48dbc3a9e05e158cd7bdfdf2481c57de034 | |
parent | 3b8e979be407bc56022036c16818d2a673b7679f [diff] |
BUILD: silence a warning on Solaris about usage of isdigit() On Solaris, isdigit() is a macro and it complains about the use of a char instead of the int for the argument. Let's cast it to an int to silence it.