delorie.com/archives/browse.cgi | search |
Message-Id: | <3.0.5.32.20020522101021.00a4f3b0@mscmail.gsfc.nasa.gov> |
X-Sender: | mrichmond AT mscmail DOT gsfc DOT nasa DOT gov |
X-Mailer: | QUALCOMM Windows Eudora Pro Version 3.0.5 (32) |
Date: | Wed, 22 May 2002 10:10:21 -0400 |
To: | djgpp AT delorie DOT com |
From: | Michael A Richmond <Michael DOT A DOT Richmond DOT 1 AT gsfc DOT nasa DOT gov> |
Subject: | Conflicting types for va_list in gcc 3.1 |
Mime-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
I have a C program with the following lines in it: #include <stdio.h> #include <stdarg.h> When I attempt to compile it under gcc 3.1 I get the following messages: In file included from test.c:2: c:/djgpp/lib/gcc-lib/djgpp/3.1/include/stdarg.h:110: conflicting types for `va_list' c:/djgpp/include/stdio.h:35: previous declaration of `va_list'
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |