From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1184 invoked by alias); 30 Jun 2004 13:29:14 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 1160 invoked by uid 48); 30 Jun 2004 13:29:12 -0000 Date: Wed, 30 Jun 2004 13:44:00 -0000 Message-ID: <20040630132912.1159.qmail@sourceware.org> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040228101052.14331.ahrivera@yahoo.com> References: <20040228101052.14331.ahrivera@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug preprocessor/14331] please add option to suppress warning message "no newline at end of file" X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg03922.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2004-06-30 13:29 ------- I bet it would be a lot more work to add this flag to gcc than to do something like for i in * ; do echo >> $i ; done on the files for which you get this warning. Adding flags to gcc is complex and has some future maintainance costs, whereas it is really easy to fix this problem in your own sources. W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14331