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>2010-10-21 13:19:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-21 13:19:52 +0400
commit2e6fcc31cb003ed22060a16e6898c9ba08d241bf (patch)
tree1098dc97a11fb57df4670c1ebc11bd791786e411 /intern/opennl/superlu
parentfde19bfe7e7bb01d9c78928e342afb953d28b2b2 (diff)
tweaks to external libs to get rid of warnings.
Diffstat (limited to 'intern/opennl/superlu')
-rw-r--r--intern/opennl/superlu/smemory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opennl/superlu/smemory.c b/intern/opennl/superlu/smemory.c
index 7eefb900673..d256d473f1c 100644
--- a/intern/opennl/superlu/smemory.c
+++ b/intern/opennl/superlu/smemory.c
@@ -621,7 +621,7 @@ sStackCompress(GlobalLU_t *Glu)
Glu->usub = usub;
#ifdef DEBUG
- printf("sStackCompress: fragment %d\n", fragment);
+ printf("sStackCompress: fragment %d\n", (int)*fragment);
/* for (last = 0; last < ndim; ++last)
print_lu_col("After compress:", last, 0);*/
#endif