From: | Aaron Optimizer Digulla |
Date: | 7 Aug 2000 at 07:10:11 |
Subject: | Re: AMIOPEN: `va_start' used in tool function with no varargs attribute |
On Sun, Aug 06, 2000 at 10:12:39AM +0100, Matthew J Fletcher wrote:
> Hi,.
>
> > And how can I get rid of the warning "warning: possible redefinition for
> > Elate tool `execl'" ? I'm including the header file which declare the
> > tools in the files which contain the code because I need some other
> > type declarations.
>
> Switch all the compiler warnings off :-),.. it seems to work, but its hardly
> ideal i have been trying of get round the same problem with my stuff for
> ixemulng, with little sucess.
:-/ There should be a better way. How does Ami do it ? According to the
mathtest example in the manual, they don't include the headers
at all ! Not a proper solution, either: How can I make sure that
the headers and the code contain the same declarations this way ??