This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

help : gcc warning


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]