This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]