summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/mvpd_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/mvpd_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/mvpd_accessors')
-rw-r--r--src/usr/hwpf/hwp/mvpd_accessors/accessMBvpdL4BankDelete.C8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/mvpd_accessors/accessMBvpdL4BankDelete.C b/src/usr/hwpf/hwp/mvpd_accessors/accessMBvpdL4BankDelete.C
index fe96ec05b..bf9767cc7 100644
--- a/src/usr/hwpf/hwp/mvpd_accessors/accessMBvpdL4BankDelete.C
+++ b/src/usr/hwpf/hwp/mvpd_accessors/accessMBvpdL4BankDelete.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -20,7 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: accessMBvpdL4BankDelete.C,v 1.3 2014/02/12 22:11:26 mjjones Exp $
+// $Id: accessMBvpdL4BankDelete.C,v 1.4 2014/08/05 15:04:51 kahnevan Exp $
/**
* @file accessMBvpdL4BankDelete.C
*
@@ -70,7 +72,7 @@ fapi::ReturnCode accessMBvpdL4BankDelete(
if (l_bufSize < sizeof(l_l4BankDelete) )
{
FAPI_ERR("accessMBvpdL4BankDelete:"
- " less keyword data returned than expected %d < %d",
+ " less keyword data returned than expected %d < %zd",
l_bufSize, sizeof(l_l4BankDelete));
const uint32_t & KEYWORD = sizeof(l_l4BankDelete);
const uint32_t & RETURNED_SIZE = l_bufSize;
OpenPOWER on IntegriCloud