Ulrich Lauther <[EMAIL PROTECTED]> writes:

>   va_list ap; ...
>   vsprintf(buf,fmt,(va_list) ap); // line 76

> /home/lauther/turbo/incl/TURBO/gedit_link.h:76: error: ISO C++ forbids
> casting to an array type __va_list_tag [1]
...
> Any ideas?

Remove the cast: it is unnecessary, because ap is already of
the correct type.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to