summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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