summaryrefslogtreecommitdiffstats
path: root/hwpf/include/error_info_defs.H
diff options
context:
space:
mode:
Diffstat (limited to 'hwpf/include/error_info_defs.H')
-rw-r--r--hwpf/include/error_info_defs.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/hwpf/include/error_info_defs.H b/hwpf/include/error_info_defs.H
index d7f418a2..ebeaf02f 100644
--- a/hwpf/include/error_info_defs.H
+++ b/hwpf/include/error_info_defs.H
@@ -41,6 +41,7 @@
namespace fapi2
{
+#ifndef FAPI2_NO_FFDC
///
/// @brief Type to hold the ffdc element in the ffdc class
/// Needed so that the size can be squirled away before the
@@ -65,6 +66,7 @@ namespace fapi2
private:
std::pair<const void*, int16_t> iv_value;
};
+#endif
///
/// @brief Enumeration of ErrorInfo FFDC sizes that are used to indicate a
OpenPOWER on IntegriCloud