Author: Armin Rigo <[email protected]>
Branch: stmgc-c4
Changeset: r67188:7eff07c1f5e1
Date: 2013-10-08 07:20 +0200
http://bitbucket.org/pypy/pypy/changeset/7eff07c1f5e1/
Log: Silence a warning
diff --git a/rpython/translator/c/src/dtoa.c b/rpython/translator/c/src/dtoa.c
--- a/rpython/translator/c/src/dtoa.c
+++ b/rpython/translator/c/src/dtoa.c
@@ -2969,7 +2969,7 @@
result = __Py_dg_dtoa(dd, mode, ndigits, decpt, sign, rve);
_PyPy_SET_53BIT_PRECISION_END;
#ifdef RPY_STM
- stm_call_on_abort(result, _PyPy_dg_freedtoa);
+ stm_call_on_abort(result, (void(*)(void *))_PyPy_dg_freedtoa);
#endif
return result;
}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit