commit | 0f28f82cec1621cebc4420ab2ef9dbc794bd890c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Dec 16 01:38:33 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 16 02:23:51 2013 +0100 |
tree | 07df28ba5f476565aa1d1da6c328e73ebe790f51 | |
parent | 668ae532b9edd39907d3e646fb6a8f526116607f [diff] |
BUILD: log: fix build warning on Solaris The is* macros must not use a char on Solaris. Unsigned char is OK. Casting char to int is wrong as well since we get a negative value. src/log.c: In function `parse_logformat_string': src/log.c:454: warning: subscript has type `char'