From e12151bb75d0a64d92d1c9ebd9c43a001afcca8e Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Tue, 15 Oct 2013 08:08:20 -0500 Subject: 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 Reviewed-by: A. Patrick Williams III --- src/include/usr/hwpf/fapi/fapiUtil.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/usr') 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 +inline void fapiCheckType(const T &) {} } -- cgit v1.2.1