Commit 162997ef authored by Armin Rigo's avatar Armin Rigo

Silence a warning.

parent 28b26862
......@@ -223,7 +223,7 @@ unpack_double(const char *p, /* start of 8-byte string */
/* Helper to format the range error exceptions */
static int
_range_error(formatdef *f, int is_unsigned)
_range_error(const formatdef *f, int is_unsigned)
{
if (is_unsigned == 0) {
long smallest = 0, largest = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment