|
From: Anand, V. R <vai...@bo...> - 2005-01-19 15:47:56
|
Hello: You can ignore this warning because the parser is smart enough to detect end-of-file anyway. It is in place because the C standard requires a non-empty source file to end in a newline character and it is possible that some parsers might have trouble with a source file that ends without a newline character. From your point of view, you can either ignore it or simply add a newline at the end of the offending file. Regards, V.R.Anand -----Original Message----- From: SourceForge.net [mailto:no...@so...]=20 Sent: Wednesday, January 19, 2005 6:43 AM To: no...@so... Subject: [Mingw-users] [mingw - StupidTechiQuestions] RE: Welcome to MinGW's StupidTechiQuestions Forum Read and respond to this message at:=20 https://sourceforge.net/forum/message.php?msg_id=3D2947492 By: zubairahmed_cae Hi, i m new to MinGW 2.05, and infact new to programming, i tried to compile supposedly correct code (a small c++ program) that i copied from a website, =20 On compilation i get a warning warning: no newline at end of file can someone tell me what it means.. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit:=20 https://sourceforge.net/forum/unmonitor.php?forum_id=3D7134 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ MinGW-users mailing list Min...@li... You may change your MinGW Account Options or unsubscribe at: https://lists.sourceforge.net/lists/listinfo/mingw-users |