ec36322140
This avoids some pedantic compiler warnings and also removes any non-shared data from the squirrel core. Before: size --totals sqstdlib/*.o squirrel/*.o text data bss dec hex filename 261270 3776 0 265046 40b56 (TOTALS) After: size --totals sqstdlib/*.o squirrel/*.o text data bss dec hex filename 265046 0 0 265046 40b56 (TOTALS) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Makefile | ||
sqstdaux.cpp | ||
sqstdblob.cpp | ||
sqstdblobimpl.h | ||
sqstdio.cpp | ||
sqstdlib.dsp | ||
sqstdmath.cpp | ||
sqstdrex.cpp | ||
sqstdstream.cpp | ||
sqstdstream.h | ||
sqstdstring.cpp | ||
sqstdsystem.cpp |