C++ Compiling Warning (warning: no new line at end of file)

austin316

Diamond Member
Dec 1, 2001
3,572
0
0
C++ Compiling Warning (warning: no new line at end of file). I keep getting this warning. Anyone know how to trouble shoot this. You can either reply or I'm on AIM. mvuic1 Thanks
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
Yea, sometimes you just have to sit back, take a deap breath, and contemplate what the compiler is telling you. In this case, it seems that you should take it at its word and try adding a blank line (ie. new line) at the end of the offending file.

This isn't a serious warning. My guess is that it exists simply to warn you of files that may have become truncated somehow.