Page Menu
Home
Search
Configure Global Search
Log In
Files
F18939
redefined-unused.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Jason Wilkins (jwilkins)
Nov 13 2013, 4:12 PM
Size
625 B
Subscribers
None
redefined-unused.patch
View Options
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
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
07/22/b7712eccf29c027cc89e0e4dd8cb
Event Timeline
Log In to Comment