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:
authorJoshua Leung <aligorith@gmail.com>2009-09-24 15:46:17 +0400
committerJoshua Leung <aligorith@gmail.com>2009-09-24 15:46:17 +0400
commit24128d2e862773200da935310b4ba8a08733a8d3 (patch)
tree6cfdedc16c7ca7dcd647503a4a327edae646a081 /source/blender/blenlib/BLI_winstuff.h
parent4aade8ad7e2e0f941579533fcedb51a87704af18 (diff)
mingw - silencing the warnings about '#pragma' warnings being unrecognised or being ignored. This should still work fine for msvc, and other platforms though.
Diffstat (limited to 'source/blender/blenlib/BLI_winstuff.h')
-rw-r--r--source/blender/blenlib/BLI_winstuff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index 3de4981417a..bbdbc2def8d 100644
--- a/source/blender/blenlib/BLI_winstuff.h
+++ b/source/blender/blenlib/BLI_winstuff.h
@@ -28,7 +28,10 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+#ifndef FREE_WINDOWS
#pragma warning(once: 4761 4305 4244 4018)
+#endif
#define WIN32_LEAN_AND_MEAN