added cleanup memory for BasicDemo, and another pragma warning ignore

This commit is contained in:
ejcoumans
2006-10-13 23:24:09 +00:00
parent ccb7a311b2
commit 2c66be25fc
3 changed files with 99 additions and 16 deletions

View File

@@ -30,6 +30,7 @@ subject to the following restrictions:
#else
#pragma warning(disable:4530)
#pragma warning(disable:4996)
#pragma warning(disable:4786)
#define SIMD_FORCE_INLINE __forceinline
#endif //__MINGW32__