I'm getting this (APR 1.2.x): ------------------------------------- strings/apr_snprintf.c: In function 'apr_vformatter': strings/apr_snprintf.c:1253: warning: comparison with string literal results in unspecified behavior -------------------------------------
The line is: ------------------------------------- if (prefix_char != NUL && s != S_NULL && s != char_buf) ------------------------------------- Where s is pointer to char and S_NULL defined as "null". We really want to do this here, right? Just checking... -- Bojan
