1
0
forked from 0ad/0ad
Go to file
prefect 04650efe7a Lots of gcc -Wall fixes. The common ones:
- switch() statements don't handle all values in an enum
- missing \n at end of file
- non-virtual destructors in classes containing virtual functions
- order of initializers in constructor initializer lists
... some other stuff (signedness, nested comments, unused variables) as
well.

This was SVN commit r2864.
2005-10-07 15:24:29 +00:00
binaries Fix shlight.vs for ATI cards. 2005-10-05 19:29:52 +00:00
build Fixed premake quote bug that was causing it to generate incorrect vcproj XML files. 2005-09-30 06:23:03 +00:00
source Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00