Jeff Squyres
ad51705891
Fix compiler warnings about signed/unsigned comparisons
...
Change static opal_setlimit() function to return its value in an OUT
parameter and return the usual int error code indicating success or
failure.
The OUT param and return code need to be separated because the OUT
param is an unsigned type, but opal_setlimit() was returning -1 upon
failure. Hence, the caller could not know that it had failed because
the return type was previously an unsigned type.
cmr=v1.7.4:reviewer=rhc:subject=Fix opal sys_limits.c signed/unsigned warnings
This commit was SVN r29685.
2013-11-13 15:40:34 +00:00
..
2012-12-07 00:12:43 +00:00
2013-01-15 01:27:36 +00:00
2013-01-15 01:27:36 +00:00
2012-02-20 22:12:43 +00:00
2012-02-20 22:12:43 +00:00
2013-02-28 17:31:47 +00:00
2009-05-14 00:20:07 +00:00
2011-10-11 22:49:01 +00:00
2013-03-27 21:09:41 +00:00
2012-10-30 19:45:18 +00:00
2009-05-06 20:11:28 +00:00
2007-07-01 17:51:34 +00:00
2009-05-06 20:11:28 +00:00
2009-08-20 11:42:18 +00:00
2013-02-28 17:31:47 +00:00
2009-08-20 11:42:18 +00:00
2012-04-06 14:23:13 +00:00
2011-05-08 14:45:16 +00:00
2010-08-24 19:07:04 +00:00
2010-08-24 19:07:04 +00:00
2013-02-28 17:31:47 +00:00
2009-08-20 11:42:18 +00:00
2013-04-04 16:00:17 +00:00
2013-10-26 00:47:14 +00:00
2013-10-26 00:47:14 +00:00
2012-11-09 16:10:55 +00:00
2009-08-20 11:42:18 +00:00
2013-02-28 17:31:47 +00:00
2013-02-11 15:11:47 +00:00
2013-07-14 18:57:20 +00:00
2011-11-03 23:57:26 +00:00
2009-08-20 11:42:18 +00:00
2013-08-22 16:37:40 +00:00
2013-05-14 22:08:39 +00:00
2006-02-12 01:33:29 +00:00
2007-03-29 01:00:33 +00:00
2013-02-28 17:31:47 +00:00
2013-02-28 17:31:47 +00:00
2012-08-12 01:28:23 +00:00
2009-03-17 01:45:19 +00:00
2013-02-28 17:31:47 +00:00
2009-08-20 11:42:18 +00:00
2013-02-28 17:31:47 +00:00
2007-07-01 17:51:34 +00:00
2013-02-28 17:31:47 +00:00
2013-02-28 17:31:47 +00:00
2013-10-09 15:49:18 +00:00
2011-11-29 20:39:53 +00:00
2013-02-28 17:31:47 +00:00
2012-10-11 16:11:23 +00:00
2013-03-26 14:34:29 +00:00
2009-03-03 12:50:46 +00:00
2009-05-06 20:11:28 +00:00
2009-08-20 11:42:18 +00:00
2012-12-07 00:12:43 +00:00
2012-12-07 00:12:43 +00:00
2012-12-07 00:12:43 +00:00
2012-12-07 00:12:43 +00:00
2013-03-27 21:11:47 +00:00
2010-05-17 22:57:42 +00:00
2006-02-12 01:33:29 +00:00
2009-08-20 11:42:18 +00:00
2013-11-13 15:40:34 +00:00
2013-04-04 16:00:17 +00:00
2012-10-25 17:15:17 +00:00
2012-10-25 17:15:17 +00:00