The message is reported for the expression below:
*s++ == *format++
The expression is safe because 's' and 'format' do not point to the same address.