Silence a warning.

This commit is contained in:
Armin Rigo 2006-05-29 17:59:47 +00:00
parent 28b2686260
commit 162997efb1
1 changed files with 1 additions and 1 deletions

View File

@ -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;