Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2008-06-02 05:02:08 +0400
committerJoshua Leung <aligorith@gmail.com>2008-06-02 05:02:08 +0400
commit86a0afb8295c2ba6560f8ceb9b35c873b614317e (patch)
treecc256c2fa49538245ce61ea2ee4f48f8337ae89a /intern/guardedalloc
parent85e77e53ef29274d456ecfdb95ec2a60cb5253f1 (diff)
Compiler warning fixes (unused vars).
Notes: - edgehash.c still has some weirdo code causing warnings on lines 80 and 117 i.e. if (v1<v0) v0 ^= v1 ^= v0 ^= v1; - material.c (in pyapi) apparently doesn't seem to be making use of some functions for glossy stuff
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/intern/mmap_win.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/guardedalloc/intern/mmap_win.c b/intern/guardedalloc/intern/mmap_win.c
index cc31cf5174e..436c99344a7 100644
--- a/intern/guardedalloc/intern/mmap_win.c
+++ b/intern/guardedalloc/intern/mmap_win.c
@@ -200,7 +200,6 @@ static void mmap_remlink(volatile mmapListBase *listbase, void *vlink)
static void *mmap_findlink(volatile mmapListBase *listbase, void *ptr)
{
- MemMap *mmap_ptr = (MemMap*)ptr;
MemMap *mm;
if (ptr == 0) return NULL;