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-21 11:39:18 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-21 11:39:18 +0400
commit107b274fb8e43246054348733ff32bb38f742eba (patch)
treed506b35d9621a0cd089efc1b1e30a9bcd32c6761 /source/blender/blenlib/BLI_winstuff.h
parent0ec320783ec5867cc9c29fff9a09a4d8f1b7fbdf (diff)
Enable /WX in blenkernel
Silence warnings
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 b66790f701f..c9a85cf890e 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 4018)
+#pragma warning(once: 4761 4305 4244)
#endif
#define WIN32_LEAN_AND_MEAN