[Bug preprocessor/14331] please add option to suppress warning message "no newline at end of file"

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Wed Jun 30 13:44:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list