SWDEV-463865 - symbol renamings to prevent conflicts in static build

Change-Id: Id7fbb638c1088c23df52fee877cd790d637b1ffb
This commit is contained in:
Ioannis Assiouras
2024-06-04 18:33:00 +01:00
parent ecff928284
commit b8c2ac4de4
17 changed files with 45 additions and 45 deletions
-9
View File
@@ -40,15 +40,6 @@ namespace amd {
FILE* outFile = stderr;
// ================================================================================================
//! \cond ignore
extern "C" void breakpoint(void) {
#ifdef _MSC_VER
DebugBreak();
#endif // _MSC_VER
}
//! \endcond
// ================================================================================================
void report_warning(const char* message) { fprintf(outFile, "Warning: %s\n", message); }