[Bf-blender-cvs] [c8ea87c8be3] temp-remove-mingw: Fix compiling warning

Aaron Carlisle noreply at git.blender.org
Mon Apr 24 03:54:15 CEST 2017


Commit: c8ea87c8be3460f3eadb3321cf3b35746fc6987e
Author: Aaron Carlisle
Date:   Sun Apr 23 21:54:08 2017 -0400
Branches: temp-remove-mingw
https://developer.blender.org/rBc8ea87c8be3460f3eadb3321cf3b35746fc6987e

Fix compiling warning

Turns out the code is used

===================================================================

M	source/blender/blenlib/BLI_winstuff.h

===================================================================

diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index 5755101c9a8..0753061f1d9 100644
--- a/source/blender/blenlib/BLI_winstuff.h
+++ b/source/blender/blenlib/BLI_winstuff.h
@@ -93,8 +93,6 @@ extern "C" {
 #  define	F_OK	0
 #endif
 
-#if 0 /*Is this used (blendify)*/
-/* mingw using _SSIZE_T_ to declare ssize_t type */
 #ifndef _SSIZE_T_
 #  define _SSIZE_T_
 /* python uses HAVE_SSIZE_T */
@@ -102,7 +100,6 @@ extern "C" {
 #    define HAVE_SSIZE_T 1
 #  endif
 #endif
-#endif /*if 0*/
 
 struct dirent {
 	int d_ino;




More information about the Bf-blender-cvs mailing list