summaryrefslogtreecommitdiff
path: root/src/systemc/utils/report.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/utils/report.hh')
-rw-r--r--src/systemc/utils/report.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systemc/utils/report.hh b/src/systemc/utils/report.hh
index ea0201ff8..e0b2e2598 100644
--- a/src/systemc/utils/report.hh
+++ b/src/systemc/utils/report.hh
@@ -92,6 +92,7 @@ struct ReportSevInfo
extern const char *reportSeverityNames[sc_core::SC_MAX_SEVERITY];
extern ReportSevInfo reportSevInfos[sc_core::SC_MAX_SEVERITY];
extern std::map<std::string, ReportMsgInfo> reportMsgInfoMap;
+extern std::map<int, std::string> reportIdToMsgMap;
extern int reportVerbosityLevel;
@@ -103,6 +104,8 @@ extern sc_core::sc_report_handler_proc reportHandlerProc;
extern std::unique_ptr<sc_core::sc_report> globalReportCache;
+extern bool reportWarningsAsErrors;
+
} // namespace sc_gem5
#endif // __SYSTEMC_UTILS_REPORT_HH__