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:
-rw-r--r--intern/boolop/intern/BOP_Mesh.cpp2
-rw-r--r--intern/boolop/intern/BOP_Mesh.h1
-rw-r--r--source/blender/src/drawimasel.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/intern/boolop/intern/BOP_Mesh.cpp b/intern/boolop/intern/BOP_Mesh.cpp
index 24d5b3fb6a9..595ccae6b93 100644
--- a/intern/boolop/intern/BOP_Mesh.cpp
+++ b/intern/boolop/intern/BOP_Mesh.cpp
@@ -34,6 +34,8 @@
#include <fstream>
+BOP_Mesh::BOP_Mesh() {}
+
/**
* Destroys a mesh.
*/
diff --git a/intern/boolop/intern/BOP_Mesh.h b/intern/boolop/intern/BOP_Mesh.h
index 6751df7c4e7..644f9ab691c 100644
--- a/intern/boolop/intern/BOP_Mesh.h
+++ b/intern/boolop/intern/BOP_Mesh.h
@@ -57,6 +57,7 @@ private:
bool testFace(BOP_Face *face);
public:
+ BOP_Mesh ();
~BOP_Mesh();
BOP_Index addVertex(MT_Point3 point);
diff --git a/source/blender/src/drawimasel.c b/source/blender/src/drawimasel.c
index 83649aa839f..45757170f78 100644
--- a/source/blender/src/drawimasel.c
+++ b/source/blender/src/drawimasel.c
@@ -705,6 +705,7 @@ void select_ima_files(SpaceImaSel *simasel)
getmouseco_areawin(mval);
oval[0] = mval[0] + 1;
+ oval[1] = 0; /* Just give it a value to stop warnings */
while(get_mbut()&R_MOUSE) {
getmouseco_areawin(mval);