Summary
Minor gcc warning from runtime.c
Metadata
- Id: 1502806bad960241334f6799c3abe75e7a0d520f
- Trac id: 695
- Type: defect
- Reporter: johnwcowan
- Owner: sjamaan
- Cc:
- Status: closed
- Component: infrastructure
- Estimated difficulty:
- Resolution: fixed
- Priority: not urgent at all
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2011-09-21 19:31:44 UTC
- Keywords:
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