[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50689] trunk/blender/source/blender/ blenlib/BLI_endian_switch.h: Fix compilation for non GCC compilers

Sergej Reich sergej.reich at googlemail.com
Mon Sep 17 12:18:29 CEST 2012


Revision: 50689
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50689
Author:   sergof
Date:     2012-09-17 10:18:28 +0000 (Mon, 17 Sep 2012)
Log Message:
-----------
Fix compilation for non GCC compilers

Was simple copy pase error.

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/BLI_endian_switch.h

Modified: trunk/blender/source/blender/blenlib/BLI_endian_switch.h
===================================================================
--- trunk/blender/source/blender/blenlib/BLI_endian_switch.h	2012-09-17 08:36:47 UTC (rev 50688)
+++ trunk/blender/source/blender/blenlib/BLI_endian_switch.h	2012-09-17 10:18:28 UTC (rev 50689)
@@ -32,7 +32,7 @@
 	__attribute__((nonnull(1))) \
 	__attribute__((pure))
 #else
-#  define ATTR_NONULL
+#  define ATTR_ENDIAN_SWITCH
 #endif
 
 /* BLI_endian_switch_inline.h */




More information about the Bf-blender-cvs mailing list