summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2013-10-15 08:08:20 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-17 11:29:29 -0500
commite12151bb75d0a64d92d1c9ebd9c43a001afcca8e (patch)
tree17caa91aee50eff82659b6c0fce19da828e26da9 /src/include/usr
parentde5ec03b867dcf3b077fc64cdc97be211d95e621 (diff)
downloadtalos-hostboot-e12151bb75d0a64d92d1c9ebd9c43a001afcca8e.tar.gz
talos-hostboot-e12151bb75d0a64d92d1c9ebd9c43a001afcca8e.zip
Add explicit inline to fapiCheckType
Our compiler does this automatically but the PHYP compiler doesn't so making a change to the common code. Change-Id: Ic45d65bace60391af3d0e23de89dfd1b38f8951b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6673 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/hwpf/fapi/fapiUtil.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiUtil.H b/src/include/usr/hwpf/fapi/fapiUtil.H
index a90871a7e..b00a6c71b 100644
--- a/src/include/usr/hwpf/fapi/fapiUtil.H
+++ b/src/include/usr/hwpf/fapi/fapiUtil.H
@@ -46,6 +46,7 @@
* mjjones 08/13/2012 Add fapiSpecialWakeup
* mjjones 09/24/2013 Update fapiLogError to
* accept another parameter
+ * dcrowell 10/14/2013 Add explicit inline
*/
#ifndef FAPIUTIL_H_
@@ -268,6 +269,7 @@ namespace fapi
* This function can be called to check that a variable type is as expected
*/
template<typename T>
+inline
void fapiCheckType(const T &) {}
}
OpenPOWER on IntegriCloud