RE: Error compiling a c program

2007-03-31 Thread Dave Korn
On 31 March 2007 17:26, Dave Korn wrote: > On 31 March 2007 17:14, Tim Prince wrote: > >> [EMAIL PROTECTED] wrote: >>> On 31 March 2007 16:35, Nick048 wrote: >>> Hi to all, I have written a little server program, that work; but after the compilation, gcc return this warning:

RE: Error compiling a c program

2007-03-31 Thread Dave Korn
On 31 March 2007 17:14, Tim Prince wrote: > [EMAIL PROTECTED] wrote: >> On 31 March 2007 16:35, Nick048 wrote: >> >>> Hi to all, >>> >>> I have written a little server program, that work; but after the >>> compilation, gcc return this warning: >>> userserver.c:98:2 : warning: no newline at end o

Re: Error compiling a c program

2007-03-31 Thread Tim Prince
[EMAIL PROTECTED] wrote: On 31 March 2007 16:35, Nick048 wrote: Hi to all, I have written a little server program, that work; but after the compilation, gcc return this warning: userserver.c:98:2 : warning: no newline at end of file Can You help me to find the origin of this warning ? It

RE: Error compiling a c program

2007-03-31 Thread Dave Korn
On 31 March 2007 16:35, Nick048 wrote: > Hi to all, > > I have written a little server program, that work; but after the > compilation, gcc return this warning: > userserver.c:98:2 : warning: no newline at end of file > > Can You help me to find the origin of this warning ? It comes from gcc.