summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/prdfErrlUtil.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-04-08 14:44:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-17 15:36:32 -0500
commit1432e0596cab2c511f8c46ea539e4e3f6744ba1c (patch)
treeb78486b7c03ddc09205dd52d255fc36a77aa8e87 /src/usr/diag/prdf/prdfErrlUtil.H
parent0c3bff9ef573124995a2682e614113620b535127 (diff)
downloadtalos-hostboot-1432e0596cab2c511f8c46ea539e4e3f6744ba1c.tar.gz
talos-hostboot-1432e0596cab2c511f8c46ea539e4e3f6744ba1c.zip
Unused variable in PRDF macros.
Change-Id: I1399a034f3de326c0963ee5e03f841e69f78f9bf Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4039 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/prdfErrlUtil.H')
-rw-r--r--src/usr/diag/prdf/prdfErrlUtil.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/prdfErrlUtil.H b/src/usr/diag/prdf/prdfErrlUtil.H
index 997906475..085cb3b27 100644
--- a/src/usr/diag/prdf/prdfErrlUtil.H
+++ b/src/usr/diag/prdf/prdfErrlUtil.H
@@ -206,7 +206,8 @@
io_errl->addHwCallout(i_target, \
(const HWAS::callOutPriority)i_priority, \
(const HWAS::DeconfigEnum)i_deconfigState, \
- (const HWAS::GARD_ErrorType)i_gardErrType)
+ (const HWAS::GARD_ErrorType)i_gardErrType); \
+ (void)(i_hcdb_update)
/**
* @brief Process's pending deconfig and GARD service actions
OpenPOWER on IntegriCloud