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:
Diffstat (limited to 'intern/opennl/superlu/smemory.c')
-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