Tagged Questions
0
votes
2answers
331 views
Sun Studio C++ “is not terminated with a newline” warning - how to suppress?
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 - ...