Should I worry about these compile warnings?

2001-03-29 Thread Sid Wilroy
maildirwatch.c:62: warning: return type of `main' is not `int' ./load maildirwatch hfield.o headerbody.o maildir.o \ prioq.o now.o getln.a env.a open.a strerr.a stralloc.a \ alloc.a substdio.a error.a str.a idedit.c:124: warning: return type of `main' is not `int' ./load idedit strerr.a

Re: Should I worry about these compile warnings?

2001-03-29 Thread Daniel Kelley
no. On Thu, 29 Mar 2001, Sid Wilroy wrote: maildirwatch.c:62: warning: return type of `main' is not `int' ./load maildirwatch hfield.o headerbody.o maildir.o \ prioq.o now.o getln.a env.a open.a strerr.a stralloc.a \ alloc.a substdio.a error.a str.a idedit.c:124: warning: return type of

Re: Should I worry about these compile warnings?

2001-03-29 Thread Charles Cazabon
Sid Wilroy [EMAIL PROTECTED] wrote: maildirwatch.c:62: warning: return type of `main' is not `int' You didn't actually include your question in the body of your message; bad habit. This is answered many times in the mailing list archives. I suggest you consult that before posting questions to