2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-13 16:47:58 +08:00
Raymond Lu a5522454a5 [svn-r21258] Issue 7674 - clang compiler reported an error with line 334:
temp_point->l = (unsigned long long)((i * 100 + j * 1000) * n);
The value can overflow the signed int before being converted to unsigned long long.  So I changed it to 
   temp_point->l = (unsigned long long)((i * 40 + j * 400) * n);
to keep it under the maximal value.

Tested on jam.  Simple change.
2011-08-18 16:11:14 -05:00
..
2010-10-18 15:46:08 -05:00
2009-11-05 08:45:35 -05:00
2011-04-15 14:06:38 -05:00
2007-04-03 14:51:14 -05:00
2007-03-11 21:38:08 -05:00
2010-11-17 18:30:49 -05:00
2011-02-07 19:53:45 -05:00
2010-07-19 05:54:51 -05:00
2010-07-20 13:51:24 -05:00
2010-07-19 05:54:51 -05:00
2010-07-20 13:51:24 -05:00
2010-05-31 13:27:33 -05:00
2008-09-16 10:52:51 -05:00
2009-01-22 15:53:59 -05:00
2010-10-29 10:31:57 -05:00
2011-08-12 09:38:30 -05:00
2011-07-28 16:22:44 -05:00
2009-10-01 21:08:59 -05:00
2009-10-01 21:08:59 -05:00
2008-10-14 20:46:34 -05:00
2011-04-15 14:06:38 -05:00
2009-12-17 17:21:08 -05:00
2009-12-17 17:21:08 -05:00
2009-12-17 10:07:35 -05:00
2011-04-12 11:59:33 -05:00
2007-10-30 15:37:39 -05:00
2007-10-18 17:02:19 -05:00
2007-10-11 11:24:11 -05:00
2008-01-14 18:49:12 -05:00
2007-10-11 11:24:11 -05:00
2009-12-17 10:07:35 -05:00
2007-10-30 13:13:48 -05:00
2007-10-11 11:24:11 -05:00
2007-08-23 15:25:25 -05:00
2007-10-11 11:24:11 -05:00
2007-10-11 11:24:11 -05:00
2009-10-08 23:09:34 -05:00
2008-09-16 10:52:51 -05:00
2011-07-18 18:12:28 -05:00
2010-03-18 07:23:04 -05:00
2010-08-20 16:37:12 -05:00
2007-04-03 14:51:14 -05:00
2007-03-11 21:38:08 -05:00
2011-07-18 17:43:30 -05:00
2011-04-17 13:57:07 -05:00
2011-07-28 16:22:44 -05:00
2008-05-19 01:03:16 -05:00
2011-07-18 18:12:28 -05:00
2010-08-20 16:37:12 -05:00
2008-10-14 20:46:34 -05:00
2007-10-11 11:24:11 -05:00
2009-10-08 23:09:34 -05:00
2010-03-18 07:23:04 -05:00
2010-08-20 16:37:12 -05:00
2008-01-13 00:37:00 -05:00
2007-05-01 16:00:52 -05:00
2010-01-29 23:29:13 -05:00
2008-09-16 10:52:51 -05:00
2009-08-13 12:09:55 -05:00
2010-02-09 17:32:28 -05:00
2011-04-14 16:21:59 -05:00
2007-10-11 11:24:11 -05:00
2010-02-27 15:08:03 -05:00
2009-12-10 07:36:56 -05:00
2010-09-16 09:02:19 -05:00
2008-01-14 18:49:12 -05:00
2010-04-27 17:15:14 -05:00
2010-03-06 16:19:57 -05:00
2010-09-23 10:03:42 -05:00
2009-12-10 07:36:56 -05:00
2010-08-20 16:37:12 -05:00
2007-10-11 11:24:11 -05:00
2010-09-10 11:15:34 -05:00
2010-09-10 11:15:34 -05:00
2010-09-10 11:15:34 -05:00
2010-09-10 11:15:34 -05:00
2010-09-10 11:15:34 -05:00
2009-12-10 07:36:56 -05:00
2011-07-18 18:12:28 -05:00
2011-04-17 13:57:07 -05:00
2009-08-13 12:09:55 -05:00