Daimonin MMORPG Logo

Daimonin Bugtracker

 
Note: You have to join a dev group before you can post to the bugtracker.

Beta5-dev

Report here bugs and requests related to beta 5 development. Use the right category (server, client...)
Tasklist

FS#36 - various compilation warnings

Attached to Project: Beta5-dev
Opened by smacky (smacky) - Friday, 12 March 2010, 21:33 GMT+2
Last edited by smacky (smacky) - Thursday, 22 July 2010, 15:30 GMT+2
Task Type Bug Report
Category Server
Status Assigned
Assigned To smacky (smacky)
Operating System All
Severity Low
Priority Low
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 30%
Votes 0
Private No

Details

hashfunc.c: In function ‘int32_hash’:
hashfunc.c:297: warning: cast from pointer to integer of different size

loader.l: In function ‘get_ob_diff’:
loader.l:1260: warning: format ‘%lld’ expects type ‘long long int’, but argument 3 has type ‘sint64’

readable.c: In function ‘artifact_msg’:
readable.c:1241: warning: format ‘%lld’ expects type ‘long long int’, but argument 4 has type ‘sint64’
readable.c:1244: warning: format ‘%lld’ expects type ‘long long int’, but argument 4 has type ‘sint64’

shstr_ng.c
shstr_ng.c: In function ‘query_refcount’:
shstr_ng.c:282: warning: cast from pointer to integer of different size
shstr_ng.c: In function ‘add_refcount’:
shstr_ng.c:329: warning: cast from pointer to integer of different size
shstr_ng.c: In function ‘free_string_shared’:
shstr_ng.c:363: warning: cast from pointer to integer of different size

ltable.c: In function ‘luaH_mainposition’:
ltable.c:107: warning: cast from pointer to integer of different size
ltable.c:109: warning: cast from pointer to integer of different size
This task depends upon

Comment by smacky (smacky) - Thursday, 22 July 2010, 15:30 GMT+2
  • Field changed: Percent Complete (0% → 30%)
Fixed loader.l and readable.c in r5630:5631.

Loading...