Brian Buchanan wrote:
test.c: In function `foobar':
test.c:6: error: invalid application of `sizeof' to incomplete type
`test.c'
Looks like someone goofed up some printf() args.
yah, but it's in the gcc code itself, no FreeBSD modification.
cheers
simon
--
Serve - BSD +++
test.c:
typedef struct a astruct;
void
foobar(void)
{
int s = sizeof(astruct);
}
gcc test.c
test.c: In function `foobar':
test.c:6: error: invalid application of `sizeof' to incomplete type
`test.c'
Looks like someone goofed up some printf() args.
gcc -v
Using built-in spe
2 matches
Mail list logo