[Freeciv-Dev] [bug #25449] pf_pos_hash_val(const struct pf_parameter *parameter) - left shift of 1 by 31 places cannot be represented in type 'int'

2017-02-05 Thread mir3x
Update of bug #25449 (project freeciv): Status: Ready For Test => Fixed Assigned to:None => mir3x Open/Closed:Open => Closed Planned Release:

[Freeciv-Dev] [bug #25449] pf_pos_hash_val(const struct pf_parameter *parameter) - left shift of 1 by 31 places cannot be represented in type 'int'

2017-01-31 Thread mir3x
Additional Item Attachment, bug #25449 (project freeciv): File name: pf_int_promotion.patch Size:0 KB ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #25449] pf_pos_hash_val(const struct pf_parameter *parameter) - left shift of 1 by 31 places cannot be represented in type 'int'

2017-01-31 Thread mir3x
Update of bug #25449 (project freeciv): Status:None => Ready For Test ___ Follow-up Comment #2: No, but i found a bug Its hidden promotion from 1 Patch attached. (file #29761)

[Freeciv-Dev] [bug #25449] pf_pos_hash_val(const struct pf_parameter *parameter) - left shift of 1 by 31 places cannot be represented in type 'int'

2017-01-30 Thread Marko Lindqvist
Follow-up Comment #1, bug #25449 (project freeciv): > cannot be represented in type 'int' 'result' is genhash_val_t is 'unsigned int' (genhash.h:32) Is there type by the same name from some system header or why does it think it's signed type?

[Freeciv-Dev] [bug #25449] pf_pos_hash_val(const struct pf_parameter *parameter) - left shift of 1 by 31 places cannot be represented in type 'int'

2017-01-16 Thread mir3x
URL: Summary: pf_pos_hash_val(const struct pf_parameter *parameter) - left shift of 1 by 31 places cannot be represented in type 'int' Project: Freeciv Submitted by: mir3x Submitted on: Mon 16 Jan 2017