Fixed bug 1646 - Warnings from clang with -Weverything

This commit is contained in:
Sam Lantinga
2016-11-15 01:30:08 -08:00
parent 0d24495b15
commit 818d1d3e80
7 changed files with 30 additions and 7 deletions

View File

@@ -26,7 +26,9 @@
*/
/* quiet windows compiler warnings */
#define _CRT_SECURE_NO_WARNINGS
#if defined(_MSC_VER)
# define _CRT_SECURE_NO_WARNINGS
#endif
#include "SDL_config.h"