Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#695 closed defect (fixed)

Minor gcc warning from runtime.c

Reported by: johnwcowan Owned by: sjamaan
Priority: not urgent at all Milestone: 4.9.0
Component: infrastructure Version: 4.7.x
Keywords: Cc:
Estimated difficulty:

Description

runtime.c: In function ‘decode_literal2’:
runtime.c:8845:5: warning: passing argument 3 of ‘convert_string_to_number’ from incompatible pointer type
runtime.c:7377:26: note: expected ‘int *’ but argument is of type ‘long int *’

Longs are not ints on all platforms, so this should be fixed.

Change History (3)

comment:1 Changed 13 years ago by felix winkelmann

Owner: set to sjamaan
Status: newassigned

comment:2 Changed 13 years ago by sjamaan

Resolution: fixed
Status: assignedclosed

Sorry about that, it was a small oversight on my part. Fixed immediately in master (since it's so trivial), commit 1723561a687983858f5aeb0da8ace7a3bf7d426b

comment:3 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.