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:
authorCampbell Barton <ideasman42@gmail.com>2011-09-10 13:38:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-10 13:38:38 +0400
commit357febc168cb13981f277b32f1ea2e3488b05b99 (patch)
tree84cc46ed9754929e577e1b59c715297a7c1d59ff /source/blender/makesrna
parent8ed1c07a7b21d916f149dfa00649579165c45979 (diff)
fix for building with collada and some other warnings
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index fe79ed9e532..464f676b7f6 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -2493,7 +2493,7 @@ static void rna_def_modifier_screw(BlenderRNA *brna)
static void rna_def_modifier_navmesh(BlenderRNA *brna)
{
StructRNA *srna;
- PropertyRNA *prop;
+ /* PropertyRNA *prop; */ /* UNUSED */
srna= RNA_def_struct(brna, "NavMeshModifier", "Modifier");
RNA_def_struct_ui_text(srna, "NavMesh Modifier", "NavMesh modifier");