public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* help : gcc warning
@ 2002-11-20  0:32 alain.neveu
  0 siblings, 0 replies; only message in thread
From: alain.neveu @ 2002-11-20  0:32 UTC (permalink / raw)
  To: gcc-help

Hi,

please, what does this warning mean :
"array type has incomplete element type"

the line is :

struct sCorps {
   int numChamp;
   int debut;
   int fin;
   int typeCRE;
   int typeDEM;
   int typeINV;
   int typeEDI;
   int typeMOD;
   int (*pfVerif) (char *dependance, char *champ, void *sverif, int
lenSverif);
   const int *plenSverif;
   void *sverif;
   char *dependance;
   int noErr;
};

(with gcc 3.2 on Windows - CYGWIN)

thanks

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-20  8:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-20  0:32 help : gcc warning alain.neveu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).