Skip to content

Commit

Permalink
Print dynamic link warnings instead of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksei-fedotov committed Jan 29, 2025
1 parent 08cdc32 commit 5e6c672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tbb/dynamic_link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ namespace r1 {
#define DYNAMIC_LINK_WARNING dynamic_link_warning
#if TBB_DYNAMIC_LINK_WARNING
static void dynamic_link_warning( dynamic_link_error_t code, ... ) {
const char* prefix = "oneTBB dynamic link error:";
const char* prefix = "oneTBB dynamic link warning:";
const char* str = nullptr;
// Note: dlerr_t depends on OS: it is char const * on Linux* and macOS*, int on Windows*.
#if _WIN32
Expand Down

0 comments on commit 5e6c672

Please sign in to comment.