Stefan Sperling <s...@elego.de> writes: > I think the warning is printed only for functions that are marked in > a special way that GCC looks for. > The svn_* functions don't have such markers.
They don't have __attribute((sentinel)) but there is the same need for a cast, no more or less, than the function calls you changed. -- Philip