unit tests and end everything else building and working both 32bit and 64bit

This commit is contained in:
Shane
2013-07-21 23:30:09 -07:00
parent fdf23030c2
commit b48f57c23b
8 changed files with 75 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
*/
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable : 4244)
# pragma warning(disable : 4244 4267)
#endif
#include <sstream>