]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: silence a warning on Solaris about usage of isdigit()
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2012 00:04:31 +0000 (01:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Nov 2012 00:04:31 +0000 (01:04 +0100)
commit83d84cfc8a59f276653afe93a4f4a675fdfab5e7
tree78c9b48dbc3a9e05e158cd7bdfdf2481c57de034
parent3b8e979be407bc56022036c16818d2a673b7679f
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.
src/cfgparse.c
src/dumpstats.c