[Bf-blender-cvs] [58ee7383104] master: GHash: note that 'deprecated' is used for private

Campbell Barton noreply at git.blender.org
Fri Aug 11 11:08:52 CEST 2017


Commit: 58ee7383104eeab627648efed0aaabbefd2870bc
Author: Campbell Barton
Date:   Fri Aug 11 19:04:41 2017 +1000
Branches: master
https://developer.blender.org/rB58ee7383104eeab627648efed0aaabbefd2870bc

GHash: note that 'deprecated' is used for private

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

M	source/blender/blenlib/BLI_ghash.h

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

diff --git a/source/blender/blenlib/BLI_ghash.h b/source/blender/blenlib/BLI_ghash.h
index 7cf3e97bdc9..26769f9fe09 100644
--- a/source/blender/blenlib/BLI_ghash.h
+++ b/source/blender/blenlib/BLI_ghash.h
@@ -43,7 +43,7 @@ extern "C" {
 #ifndef GHASH_INTERNAL_API
 #  ifdef __GNUC__
 #    undef  _GHASH_INTERNAL_ATTR
-#    define _GHASH_INTERNAL_ATTR __attribute__ ((deprecated))
+#    define _GHASH_INTERNAL_ATTR __attribute__ ((deprecated))  /* not deprecated, just private. */
 #  endif
 #endif




More information about the Bf-blender-cvs mailing list