On 16.03.2018 10:05, danie...@apache.org wrote: > Author: danielsh > Date: Fri Mar 16 09:05:45 2018 > New Revision: 1826928 > > URL: http://svn.apache.org/viewvc?rev=1826928&view=rev > Log: > * subversion/libsvn_client/shelf.c: Add newline at end of file. > I would have added -Wno-newline-eof to configure's auto flags, but > technically having no final newline is undefined behaviour.
Uh, no it's not? C doesn't care about newlines at EOF. It's bad writing style, but does not affect the meaning of the program. -- Brane