summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/spd_accessors
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2014-08-14 15:32:10 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-08-15 15:52:08 -0500
commit4e35891a6e928b789fdfcc062764d2ec9314b849 (patch)
tree26bb951a188328ed9251be5d34b5e8d44f499af8 /src/usr/hwpf/hwp/spd_accessors
parent19d1716e940fedc5e792aae6b8c97ed9bc8fed4b (diff)
downloadtalos-hostboot-4e35891a6e928b789fdfcc062764d2ec9314b849.tar.gz
talos-hostboot-4e35891a6e928b789fdfcc062764d2ec9314b849.zip
SW271860: Fix FAPI compiler warning from Cronus
Change-Id: I1fa6663483c950d76f1a763ba60c7a595edf9d13 CQ:SW271860 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12794 Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Tested-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12803 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/spd_accessors')
-rw-r--r--src/usr/hwpf/hwp/spd_accessors/getSpdAttrAccessor.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/spd_accessors/getSpdAttrAccessor.C b/src/usr/hwpf/hwp/spd_accessors/getSpdAttrAccessor.C
index d351e7e10..998941e2e 100644
--- a/src/usr/hwpf/hwp/spd_accessors/getSpdAttrAccessor.C
+++ b/src/usr/hwpf/hwp/spd_accessors/getSpdAttrAccessor.C
@@ -22,7 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: getSpdAttrAccessor.C,v 1.2 2014/06/27 19:46:27 thi Exp $
+// $Id: getSpdAttrAccessor.C,v 1.3 2014/08/05 15:04:52 kahnevan Exp $
/**
* @file getSpdAttrAccessor.C
*
@@ -66,7 +66,7 @@ fapi::ReturnCode checkSize(const fapi::getSpdAttr::Attr i_attr,
if (i_actualSize != i_expectedSize)
{
- FAPI_ERR("getSpdAttrAccessor: Incorrect Attribute output buffer size %d:%d:%d",
+ FAPI_ERR("getSpdAttrAccessor: Incorrect Attribute output buffer size %d:%zd:%zd",
i_attr, i_actualSize, i_expectedSize);
const fapi::getSpdAttr::Attr & ATTR_ID = i_attr;
const size_t & ACTUAL_SIZE = i_actualSize;
OpenPOWER on IntegriCloud