提交 2590560c authored 作者: Frederic's avatar Frederic

Remove compilation warning.

上级 68bf7ddb
...@@ -20,8 +20,8 @@ def make_declare(loop_orders, dtypes, sub): ...@@ -20,8 +20,8 @@ def make_declare(loop_orders, dtypes, sub):
# the stride in that dimension, # the stride in that dimension,
# and the jump from an iteration to the next # and the jump from an iteration to the next
decl += """ decl += """
int %(var)s_n%(value)i; npy_intp %(var)s_n%(value)i;
int %(var)s_stride%(value)i; ssize_t %(var)s_stride%(value)i;
int %(var)s_jump%(value)i_%(j)i; int %(var)s_jump%(value)i_%(j)i;
""" % locals() """ % locals()
else: else:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论