Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-27 03:32:59 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-27 03:32:59 +0400
commitf875777212efb7e1a59f8ccf2e76d50898d605e4 (patch)
treef20357e281ef4f4eeb39c52958e20bf6b9caabda /source/blender/blenlib/BLI_winstuff.h
parente3f8bcbe88543244ae0d06c53bb5f5f18fed03cb (diff)
Change /WX away for now, some odd thing going on between cloned environments. Need to check after release.
Diffstat (limited to 'source/blender/blenlib/BLI_winstuff.h')
-rw-r--r--source/blender/blenlib/BLI_winstuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index c9a85cf890e..b66790f701f 100644
--- a/source/blender/blenlib/BLI_winstuff.h
+++ b/source/blender/blenlib/BLI_winstuff.h
@@ -35,7 +35,7 @@
#ifdef _WIN32
#ifndef FREE_WINDOWS
-#pragma warning(once: 4761 4305 4244)
+#pragma warning(once: 4761 4305 4244 4018)
#endif
#define WIN32_LEAN_AND_MEAN