Date: Thu, 15 Feb 1996 21:20:56 +0200 (IST) From: Eli Zaretskii To: Emmanuel Bigler Cc: djgpp AT delorie DOT com Subject: Re: unexpected warning compiling gnuplot w. djgpp v2 On Thu, 15 Feb 1996, Emmanuel Bigler wrote: > In file included from stdfn.h:84, > from plot.h:301, > from plot.c:56: > c:/djgpp/include/time.h:24: warning: empty declaration Very hard to tell without actually looking at all the other files above. One possibility is that before is included, time_t is already #define'd as unsigned int, so what GCC sees at that line is this: typedef unsigned int unsigned int;