Summary

Minor gcc warning from runtime.c

Metadata

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.

Changes and comments

[2011-09-22 09:32:45 UTC] felix changed status from new to assigned

[2011-09-22 09:32:45 UTC] felix set owner to sjamaan

[2011-09-22 21:49:38 UTC] sjamaan changed status from assigned to closed

[2011-09-22 21:49:38 UTC] sjamaan set resolution to fixed

[2011-09-22 21:49:38 UTC] sjamaan wrote:

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

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted