Hello!
>From stdio.h:
#include
#ifdef __USE_XOPEN
# ifdef __GNUC__
# ifndef _VA_LIST_DEFINED
typedef _G_va_list va_list;
# define _VA_LIST_DEFINED
# endif
# else
# include
# endif
#endif
>From /usr/lib/gcc-lib/alpha-linux/2.95.4/include (on lully):
#define __GNUC_VA_LIST_1
#define _VA_LI
On Tue, May 15, 2001 at 09:49:36PM +0200, RISKO Gergely wrote:
> Package: gcc
> Version: 1:2.95.3-7
>
> [EMAIL PROTECTED]:~$ gcc -Wall -Werror -O2 probe.c
> cc1: warnings being treated as errors
> In file included from /usr/lib/gcc-lib/alpha-linux/2.95.4/include/stdarg.h:36,
> fro
Package: gcc
Version: 1:2.95.3-7
[EMAIL PROTECTED]:~$ gcc -Wall -Werror -O2 probe.c
cc1: warnings being treated as errors
In file included from /usr/lib/gcc-lib/alpha-linux/2.95.4/include/stdarg.h:36,
from /usr/include/curses.h:80,
from probe.c:3:
3 matches
Mail list logo