Bugs item #1912641, was opened at 2008-03-12 12:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1912641&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: ver devel
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Norm Brandinger (norm_brandinger)
Assigned to: Nobody/Anonymous (nobody)
Summary: Compile warnings on 64-bit arch

Initial Comment:
From the current trunk:

parser/sdp/sdp.c: In function ‘parse_mixed_content’:
parser/sdp/sdp.c:577: warning: field precision should have type ‘int’, but 
argument 4 has type ‘long int’

db/db_res.c: In function ‘db_new_result’:
db/db_res.c:110: warning: format ‘%d’ expects type ‘int’, but argument 4 has 
type ‘long unsigned int’
db/db_res.c: In function ‘db_allocate_columns’:
db/db_res.c:145: warning: format ‘%d’ expects type ‘int’, but argument 4 has 
type ‘long unsigned int’
db/db_res.c:154: warning: format ‘%d’ expects type ‘int’, but argument 4 has 
type ‘long unsigned int’

ratelimit.c: In function ‘w_rl_drop’:
ratelimit.c:683: warning: cast from pointer to integer of different size
ratelimit.c:684: warning: cast from pointer to integer of different size
ratelimit.c: In function ‘w_rl_drop_forced’:
ratelimit.c:698: warning: cast from pointer to integer of different size
ratelimit.c: In function ‘w_rl_check_forced_pipe’:
ratelimit.c:873: warning: cast from pointer to integer of different size



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1912641&group_id=139143

_______________________________________________
Devel mailing list
Devel@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to