Marco Costalba
806c1d8723
Fix enum Value issue with gcc 4.4
...
Louis Zulli reports a miscompile with g++-4.4 from MacPorts.
Namely enum Value is compiled as unsigned instead of signed integer
and this yields an issue in score_string() where float(v) is incorrectly
casted when Value v is negative.
This patch ensure that compiler choses a signed variable to store a Value.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com >
2010-01-19 23:30:23 +01:00
..
2009-08-26 15:38:47 +01:00
2009-07-26 16:11:20 +01:00
2010-01-10 13:18:43 +01:00
2009-05-07 14:54:40 +02:00
2009-05-07 14:54:40 +02:00
2009-05-07 14:54:40 +02:00
2009-12-30 13:25:22 +01:00
2009-11-23 20:59:24 +01:00
2009-11-06 17:50:24 +01:00
2009-09-22 07:07:18 +01:00
2009-05-07 14:54:40 +02:00
2009-05-10 18:38:47 +01:00
2008-09-01 07:59:13 +02:00
2009-05-20 14:43:17 +02:00
2009-05-20 12:02:39 +02:00
2009-05-07 14:54:40 +02:00
2009-09-20 14:55:28 +01:00
2009-08-14 08:19:55 +01:00
2010-01-17 13:15:44 +01:00
2010-01-17 13:24:40 +01:00
2010-01-13 22:10:43 +01:00
2009-12-31 13:45:57 +01:00
2009-09-17 14:18:44 +01:00
2009-11-01 17:05:00 +01:00
2009-12-30 13:25:02 +01:00
2009-11-15 09:35:22 +01:00
2009-11-14 17:57:49 +01:00
2008-09-24 00:32:53 +02:00
2009-05-07 14:54:40 +02:00
2009-12-30 13:25:21 +01:00
2009-05-10 18:38:47 +01:00
2009-06-20 09:04:32 +01:00
2009-11-25 17:42:41 +01:00
2009-11-06 14:42:48 +01:00
2009-11-05 07:03:48 +01:00
2010-01-19 11:22:49 +01:00
2010-01-19 11:22:49 +01:00
2009-11-14 17:57:50 +01:00
2009-11-14 17:57:50 +01:00
2009-05-07 14:54:40 +02:00
2009-09-04 08:21:07 +01:00
2010-01-06 10:07:07 +01:00
2009-11-23 21:12:49 +01:00
2009-07-02 06:29:14 +01:00
2009-11-05 07:03:47 +01:00
2009-10-06 12:51:15 +02:00
2009-05-07 14:54:40 +02:00
2010-01-19 11:52:13 +01:00
2010-01-18 10:03:09 +01:00
2009-05-07 14:54:40 +02:00
2010-01-03 15:37:23 +01:00
2009-12-27 00:44:08 +01:00
2009-10-09 10:04:55 +01:00
2009-11-07 10:08:28 +01:00
2010-01-07 11:59:32 +01:00
2009-05-07 14:54:40 +02:00
2010-01-09 16:49:54 +01:00
2009-05-10 18:38:47 +01:00
2009-05-07 14:54:40 +02:00
2010-01-19 23:30:23 +01:00