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>2009-10-06 07:40:50 +0400
committerJoshua Leung <aligorith@gmail.com>2009-10-06 07:40:50 +0400
commit1c940d7677ceca15976b69b8bab1aede6ad6d4aa (patch)
tree4e67991fc8b2f8b2513a339ad39d10ad2a38737e /source/blender/render/intern/raytrace
parent3fe274b072df205614da150df9c3743f2b1b422a (diff)
Attempts at some compile fixes for jaguarandi's code:
* mingw almost compiles again cleanly, except for a linking error when linking blender http://www.pasteall.org/8297 * win64 should compile again too to a similar degree? * silenced warnings about no newlines...
Diffstat (limited to 'source/blender/render/intern/raytrace')
-rw-r--r--source/blender/render/intern/raytrace/rayobject_qbvh.cpp2
-rw-r--r--source/blender/render/intern/raytrace/svbvh.h2
-rw-r--r--source/blender/render/intern/raytrace/vbvh.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/render/intern/raytrace/rayobject_qbvh.cpp b/source/blender/render/intern/raytrace/rayobject_qbvh.cpp
index 8d35848c9ec..2719675e3b8 100644
--- a/source/blender/render/intern/raytrace/rayobject_qbvh.cpp
+++ b/source/blender/render/intern/raytrace/rayobject_qbvh.cpp
@@ -146,4 +146,4 @@ RayObject *RE_rayobject_qbvh_create(int size)
return NULL;
}
-#endif \ No newline at end of file
+#endif
diff --git a/source/blender/render/intern/raytrace/svbvh.h b/source/blender/render/intern/raytrace/svbvh.h
index 3c733b6b402..5837d51d3d4 100644
--- a/source/blender/render/intern/raytrace/svbvh.h
+++ b/source/blender/render/intern/raytrace/svbvh.h
@@ -246,4 +246,4 @@ struct Reorganize_SVBVH
#endif
-#endif //__SSE__ \ No newline at end of file
+#endif //__SSE__
diff --git a/source/blender/render/intern/raytrace/vbvh.h b/source/blender/render/intern/raytrace/vbvh.h
index 1ff51786e52..7d3dbffd125 100644
--- a/source/blender/render/intern/raytrace/vbvh.h
+++ b/source/blender/render/intern/raytrace/vbvh.h
@@ -234,4 +234,4 @@ struct Reorganize_VBVH
return node;
}
};
-*/ \ No newline at end of file
+*/