> 
> 
> Hello,
> 
> I'm trying to build GCC-4.2-20060325 on OpenBSD 3.9-current, but it fails 
> with:
> 
> echo timestamp > s-gtype
> /home/karel/build/gcc-4.2-20060325/gcc/read-rtl.c:787: warning: missing 
> sentinel in function call

This usually means NULL is defined as 0 instead of (void*)0.

-- Pinski

Reply via email to