I have ported a fair bit of code from Win to Solaris, one of the issues I have - I am getting a heaps of warnings:
Warning: Last line in file is not terminated with a newline.
I like warnings - but because of the sheer amount of those I am afraid I could miss more important one.
Which compiler (cc) option should I specify to silence it?
Thanks.