Disable strict flags for msvc

This commit is contained in:
Campbell Barton 2015-04-11 00:42:35 +10:00
parent 02a5cf75a2
commit d850fd8244
1 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,9 @@
#include "BKE_bpath.h" /* own include */
#include "BLI_strict_flags.h"
#ifndef _MSC_VER
# include "BLI_strict_flags.h"
#endif
static bool checkMissingFiles_visit_cb(void *userdata, char *UNUSED(path_dst), const char *path_src)
{