view lib/rawmemchr.valgrind @ 441:7b8d89435f30 3.0

Fixed error with forced size pcr operands
author lost@l-w.ca
date Sat, 30 Oct 2010 11:51:25 -0600
parents b8bf63962a99
children
line wrap: on
line source

# Suppress a valgrind message about use of uninitialized memory in rawmemchr().
# This use is OK because it provides only a speedup.
{
    rawmemchr-value4
    Memcheck:Value4
    fun:rawmemchr
}
{
    rawmemchr-value8
    Memcheck:Value8
    fun:rawmemchr
}