Page MenuHome

redefined-unused.patch

redefined-unused.patch

Index: source/blender/blenkernel/intern/CCGSubSurf.c
===================================================================
--- source/blender/blenkernel/intern/CCGSubSurf.c (revision 44427)
+++ source/blender/blenkernel/intern/CCGSubSurf.c (working copy)
@@ -20,13 +20,6 @@
# define CCG_INLINE inline
#endif
-/* copied from BKE_utildefines.h ugh */
-#ifdef __GNUC__
-# define UNUSED(x) UNUSED_ ## x __attribute__((__unused__))
-#else
-# define UNUSED(x) x
-#endif
-
/* used for normalize_v3 in BLI_math_vector
* float.h's FLT_EPSILON causes trouble with subsurf normals - campbell */
#define EPSILON (1.0e-35f)

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
07/22/b7712eccf29c027cc89e0e4dd8cb

Event Timeline