Organization: Institute for Space Research, Boston College
Distribution: gnu
Date: Mon, 16 Nov 1992 20:33:53 GMT
Approved: bug-gcc@prep.ai.mit.edu
Lines: 30
/*-
* tester.c
*
* This program shows the following error when compiled by gcc-2.3.1 on
* my Sun Sparc 1+ with SunOS 4.1.1
*
*
In file included from /software/gcc-2.3.1/lib/gcc-lib/sparc-sun-sunos4.1.1/2.3.1/include/stdarg.h:32, from /software/gcc-2.3.1/lib/gcc-lib/sparc-sun-sunos4.1.1/2.3.1/include/stdio.h:2, from tester.c:16:
/software/gcc-2.3.1/lib/gcc-lib/sparc-sun-sunos4.1.1/2.3.1/include/va-sparc.h:45: warning: useless keyword or type name in empty declaration
*
*
* The error does not occurr when <stdio.h> is put before <varargs.h>