Hi
I have extended lcc-win32 to recognize the syntax
int fn(int a,int b,double)
{
// body of the function
}
This means that the third parameter is not used within
the function.
I would like to know your opinion about this extension before I
generalize it in the next release.
Thanks in advance